Html Css Color HEX #EC1ED7 Razzle Dazzle Rose

📋 copy color: '#EC1ED7'

red 236 ◦ green 30 ◦ blue 215

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

Shades of Razzle Dazzle Rose #EC1ED7

Tints of Razzle Dazzle Rose #EC1ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.7%

R = 49.06%
G = 6.24%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC1ED7 (or 0xEC1ED7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1E and D7. RGB value is (236,30,215). Sum of RGB (Red+Green+Blue) = 236+30+215=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1ED7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1ED7 is #13E128. Grayscale: #707070. Windows color (decimal): -1302825 or 14098156. OLE color: 14098156.

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

Color convert

RGB 236 30 215 -
CMYK 0 0.87 0.09 0.07
HSL 306.12º 0.84% 0.52% -
HSV(B) 306.12º 0.87% 0.93% -
XYZ 47.32 23.67 66.36 -
YUV 112.68 185.75 215.96 -
System Red Green Blue C M Y K H S L
Decimal 236 30 215 0 0.87 0.09 0.07 306.12 0.84 0.52
Hex EC 1E D7 0 57 9 7 132 54 34
Octal 354 36 327 0 127 11 7 462 124 64
Binary 11101100 11110 11010111 0 1010111 1001 111 100110010 1010100 110100

Color Harmonies of #EC1ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1ED7

Black with #EC1ED7

Text Example


Text Example

White with #EC1ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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