Html Css Color HEX #EC1EE4 Razzle Dazzle Rose

📋 copy color: '#EC1EE4'

red 236 ◦ green 30 ◦ blue 228

#EC1EE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #EC1EE4

Tints of Razzle Dazzle Rose #EC1EE4

RGB

 RED value IS 236 (92.58% from 255) = 47.77%

 GREEN value IS 30 (12.11% from 255) = 6.07%

 BLUE value IS 228 (89.45% from 255) = 46.15%

R = 47.77%
G = 6.07%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC1EE4 (or 0xEC1EE4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1E and E4. RGB value is (236,30,228). Sum of RGB (Red+Green+Blue) = 236+30+228=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 30 (12.11% from 255 or 6.07% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1EE4 is #13E11B. Grayscale: #717171. Windows color (decimal): -1302812 or 14950124. OLE color: 14950124.

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

Color convert

RGB 236 30 228 -
CMYK 0 0.87 0.03 0.07
HSL 302.33º 0.84% 0.52% -
HSV(B) 302.33º 0.87% 0.93% -
XYZ 49.06 24.36 75.52 -
YUV 114.17 192.25 214.9 -
System Red Green Blue C M Y K H S L
Decimal 236 30 228 0 0.87 0.03 0.07 302.33 0.84 0.52
Hex EC 1E E4 0 57 3 7 12E 54 34
Octal 354 36 344 0 127 3 7 456 124 64
Binary 11101100 11110 11100100 0 1010111 11 111 100101110 1010100 110100

Color Harmonies of #EC1EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1EE4

Black with #EC1EE4

Text Example


Text Example

White with #EC1EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1EE4; }

 p { color: rgb(236,30,228); }

 H1.HeaderClassName
 {
   color: #EC1EE4;
 }
 .AnyTagClassName
 {
   color: #EC1EE4;
 }
</style>

background-color css

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

 a { background-color: rgb(236,30,228); }

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

border-color css

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

 span { border-color: rgb(236,30,228); }

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