Html Css Color HEX #EC1EE5 Razzle Dazzle Rose

📋 copy color: '#EC1EE5'

red 236 ◦ green 30 ◦ blue 229

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

Shades of Razzle Dazzle Rose #EC1EE5

Tints of Razzle Dazzle Rose #EC1EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.26%

R = 47.68%
G = 6.06%
B = 46.26%

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

#EC1EE5 (or 0xEC1EE5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1E and E5. RGB value is (236,30,229). Sum of RGB (Red+Green+Blue) = 236+30+229=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1EE5 is #13E11A. Grayscale: #717171. Windows color (decimal): -1302811 or 15015660. OLE color: 15015660.

HSL color Cylindrical-coordinate representation of color #EC1EE5: hue angle of 302.04º 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 #EC1EE5 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 30 229 -
CMYK 0 0.87 0.03 0.07
HSL 302.04º 0.84% 0.52% -
HSV(B) 302.04º 0.87% 0.93% -
XYZ 49.2 24.42 76.25 -
YUV 114.28 192.75 214.82 -
System Red Green Blue C M Y K H S L
Decimal 236 30 229 0 0.87 0.03 0.07 302.04 0.84 0.52
Hex EC 1E E5 0 57 3 7 12E 54 34
Octal 354 36 345 0 127 3 7 456 124 64
Binary 11101100 11110 11100101 0 1010111 11 111 100101110 1010100 110100

Color Harmonies of #EC1EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1EE5

Black with #EC1EE5

Text Example


Text Example

White with #EC1EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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