Html Css Color HEX #EC4CC0 Razzle Dazzle Rose

📋 copy color: '#EC4CC0'

red 236 ◦ green 76 ◦ blue 192

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

Shades of Razzle Dazzle Rose #EC4CC0

Tints of Razzle Dazzle Rose #EC4CC0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.08%

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 46.83%
G = 15.08%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC4CC0 (or 0xEC4CC0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4C and C0. RGB value is (236,76,192). Sum of RGB (Red+Green+Blue) = 236+76+192=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CC0 is #13B33F. Grayscale: #888888. Windows color (decimal): -1291072 or 12602604. OLE color: 12602604.

HSL color Cylindrical-coordinate representation of color #EC4CC0: hue angle of 316.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4CC0 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 76 192 -
CMYK 0 0.68 0.19 0.07
HSL 316.5º 0.81% 0.61% -
HSV(B) 316.5º 0.68% 0.93% -
XYZ 46.69 26.81 52.58 -
YUV 137.06 159.01 198.57 -
System Red Green Blue C M Y K H S L
Decimal 236 76 192 0 0.68 0.19 0.07 316.5 0.81 0.61
Hex EC 4C C0 0 44 13 7 13C 51 3D
Octal 354 114 300 0 104 23 7 474 121 75
Binary 11101100 1001100 11000000 0 1000100 10011 111 100111100 1010001 111101

Color Harmonies of #EC4CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4CC0

Black with #EC4CC0

Text Example


Text Example

White with #EC4CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4CC0; }

 p { color: rgb(236,76,192); }

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

background-color css

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

 a { background-color: rgb(236,76,192); }

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

border-color css

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

 span { border-color: rgb(236,76,192); }

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