#EC27E7

Color #EC27E7 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EC27E7

Tints of Razzle Dazzle Rose #EC27E7

Color information

#EC27E7 (or 0xEC27E7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 27 and E7. RGB value is (236,39,231). Sum of RGB (Red+Green+Blue) = 236+39+231=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 39 (15.62% from 255 or 7.71% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC27E7 is #13D818. Grayscale: #777777. Windows color (decimal): -1300505 or 15149036. OLE color: 15149036.

HSL color Cylindrical-coordinate representation of color #EC27E7: hue angle of 301.52º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC27E7 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB23639231-
CMYK00.830.020.07
HSL301.52º83.83%53.92%-
HSV(B)301.52º83.47%92.55%-
XYZ49.7425.0577.82-
YUV119.79190.77210.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 46.64%
GREEN value IS 39 (15.62% from 255) = 7.71%
BLUE value IS 231 (90.62% from 255) = 45.65%
R=46.64%
G=7.71%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363923100.830.020.07301.5283.8353.92
HexEC27E70532712e5436
Octal3544734701232745612466
Binary111011001001111110011101010011101111001011101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC27E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC27E7; }

 p { color: rgb(236,39,231); }

 H1.HeaderClassName
 {
   color: #EC27E7;
 }
 .AnyTagClassName
 {
   color: #EC27E7;
 }
</style>
background-color css

<style>
 a { background-color: #EC27E7; }

 a { background-color: rgb(236,39,231); }

 div.DivClassName
 {
   background-color: #EC27E7;
 }
 .BgClassName
 {
   background-color: #EC27E7;
 }
</style>
border-color css

<style>
 span { border-color: #EC27E7; }

 span { border-color: rgb(236,39,231); }

 td.TdClassName
 {
   border-color: #EC27E7;
 }
 .TagClassName
 {
   border-color: #EC27E7;
 }
</style>