Html Css Color HEX #EC1ED6 Razzle Dazzle Rose

📋 copy color: '#EC1ED6'

red 236 ◦ green 30 ◦ blue 214

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

Shades of Razzle Dazzle Rose #EC1ED6

Tints of Razzle Dazzle Rose #EC1ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.58%

R = 49.17%
G = 6.25%
B = 44.58%

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

#EC1ED6 (or 0xEC1ED6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1E and D6. RGB value is (236,30,214). Sum of RGB (Red+Green+Blue) = 236+30+214=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1ED6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1ED6 is #13E129. Grayscale: #707070. Windows color (decimal): -1302826 or 14032620. OLE color: 14032620.

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

Color convert

RGB 236 30 214 -
CMYK 0 0.87 0.09 0.07
HSL 306.41º 0.84% 0.52% -
HSV(B) 306.41º 0.87% 0.93% -
XYZ 47.19 23.62 65.69 -
YUV 112.57 185.25 216.04 -
System Red Green Blue C M Y K H S L
Decimal 236 30 214 0 0.87 0.09 0.07 306.41 0.84 0.52
Hex EC 1E D6 0 57 9 7 132 54 34
Octal 354 36 326 0 127 11 7 462 124 64
Binary 11101100 11110 11010110 0 1010111 1001 111 100110010 1010100 110100

Color Harmonies of #EC1ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1ED6

Black with #EC1ED6

Text Example


Text Example

White with #EC1ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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