Html Css Color HEX #EC40CC Razzle Dazzle Rose

📋 copy color: '#EC40CC'

red 236 ◦ green 64 ◦ blue 204

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

Shades of Razzle Dazzle Rose #EC40CC

Tints of Razzle Dazzle Rose #EC40CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.7%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 46.83%
G = 12.7%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC40CC (or 0xEC40CC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 40 and CC. RGB value is (236,64,204). Sum of RGB (Red+Green+Blue) = 236+64+204=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC40CC is #13BF33. Grayscale: #838383. Windows color (decimal): -1294132 or 13385964. OLE color: 13385964.

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

Color convert

RGB 236 64 204 -
CMYK 0 0.73 0.14 0.07
HSL 311.16º 0.82% 0.59% -
HSV(B) 311.16º 0.73% 0.93% -
XYZ 47.32 25.86 59.62 -
YUV 131.39 168.98 202.62 -
System Red Green Blue C M Y K H S L
Decimal 236 64 204 0 0.73 0.14 0.07 311.16 0.82 0.59
Hex EC 40 CC 0 49 E 7 137 52 3B
Octal 354 100 314 0 111 16 7 467 122 73
Binary 11101100 1000000 11001100 0 1001001 1110 111 100110111 1010010 111011

Color Harmonies of #EC40CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40CC

Black with #EC40CC

Text Example


Text Example

White with #EC40CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40CC; }

 p { color: rgb(236,64,204); }

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

background-color css

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

 a { background-color: rgb(236,64,204); }

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

border-color css

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

 span { border-color: rgb(236,64,204); }

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