Html Css Color HEX #EC1CDA Razzle Dazzle Rose

📋 copy color: '#EC1CDA'

red 236 ◦ green 28 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EC1CDA

Tints of Razzle Dazzle Rose #EC1CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.81%

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 48.96%
G = 5.81%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC1CDA (or 0xEC1CDA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1C and DA. RGB value is (236,28,218). Sum of RGB (Red+Green+Blue) = 236+28+218=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CDA is #13E325. Grayscale: #6F6F6F. Windows color (decimal): -1303334 or 14294252. OLE color: 14294252.

HSL color Cylindrical-coordinate representation of color #EC1CDA: hue angle of 305.19º degrees, saturation: 0.85, 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 #EC1CDA is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 28 218 -
CMYK 0 0.88 0.08 0.07
HSL 305.19º 0.85% 0.52% -
HSV(B) 305.19º 0.88% 0.93% -
XYZ 47.66 23.73 68.4 -
YUV 111.85 187.91 216.55 -
System Red Green Blue C M Y K H S L
Decimal 236 28 218 0 0.88 0.08 0.07 305.19 0.85 0.52
Hex EC 1C DA 0 58 8 7 131 55 34
Octal 354 34 332 0 130 10 7 461 125 64
Binary 11101100 11100 11011010 0 1011000 1000 111 100110001 1010101 110100

Color Harmonies of #EC1CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1CDA

Black with #EC1CDA

Text Example


Text Example

White with #EC1CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1CDA; }

 p { color: rgb(236,28,218); }

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

background-color css

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

 a { background-color: rgb(236,28,218); }

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

border-color css

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

 span { border-color: rgb(236,28,218); }

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