Html Css Color HEX #EC3CC0 Razzle Dazzle Rose

📋 copy color: '#EC3CC0'

red 236 ◦ green 60 ◦ blue 192

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

Shades of Razzle Dazzle Rose #EC3CC0

Tints of Razzle Dazzle Rose #EC3CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.3%

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

R = 48.36%
G = 12.3%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC3CC0 (or 0xEC3CC0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3C and C0. RGB value is (236,60,192). Sum of RGB (Red+Green+Blue) = 236+60+192=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3CC0 is #13C33F. Grayscale: #7F7F7F. Windows color (decimal): -1295168 or 12598508. OLE color: 12598508.

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

Color convert

RGB 236 60 192 -
CMYK 0 0.75 0.19 0.07
HSL 315º 0.82% 0.58% -
HSV(B) 315º 0.75% 0.93% -
XYZ 45.72 24.87 52.26 -
YUV 127.67 164.31 205.27 -
System Red Green Blue C M Y K H S L
Decimal 236 60 192 0 0.75 0.19 0.07 315 0.82 0.58
Hex EC 3C C0 0 4B 13 7 13B 52 3A
Octal 354 74 300 0 113 23 7 473 122 72
Binary 11101100 111100 11000000 0 1001011 10011 111 100111011 1010010 111010

Color Harmonies of #EC3CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3CC0

Black with #EC3CC0

Text Example


Text Example

White with #EC3CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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