Html Css Color HEX #EC1DE5 Razzle Dazzle Rose

📋 copy color: '#EC1DE5'

red 236 ◦ green 29 ◦ blue 229

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

Shades of Razzle Dazzle Rose #EC1DE5

Tints of Razzle Dazzle Rose #EC1DE5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.87%

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

R = 47.77%
G = 5.87%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC1DE5 (or 0xEC1DE5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1D and E5. RGB value is (236,29,229). Sum of RGB (Red+Green+Blue) = 236+29+229=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 29 (11.72% from 255 or 5.87% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DE5 is #13E21A. Grayscale: #717171. Windows color (decimal): -1303067 or 15015404. OLE color: 15015404.

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

Color convert

RGB 236 29 229 -
CMYK 0 0.88 0.03 0.07
HSL 302.03º 0.84% 0.52% -
HSV(B) 302.03º 0.88% 0.93% -
XYZ 49.17 24.37 76.24 -
YUV 113.69 193.08 215.24 -
System Red Green Blue C M Y K H S L
Decimal 236 29 229 0 0.88 0.03 0.07 302.03 0.84 0.52
Hex EC 1D E5 0 58 3 7 12E 54 34
Octal 354 35 345 0 130 3 7 456 124 64
Binary 11101100 11101 11100101 0 1011000 11 111 100101110 1010100 110100

Color Harmonies of #EC1DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DE5

Black with #EC1DE5

Text Example


Text Example

White with #EC1DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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