Html Css Color HEX #EC40C2 Razzle Dazzle Rose

📋 copy color: '#EC40C2'

red 236 ◦ green 64 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EC40C2

Tints of Razzle Dazzle Rose #EC40C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.27%

R = 47.77%
G = 12.96%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC40C2 (or 0xEC40C2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 40 and C2. RGB value is (236,64,194). Sum of RGB (Red+Green+Blue) = 236+64+194=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC40C2 is #13BF3D. Grayscale: #818181. Windows color (decimal): -1294142 or 12730604. OLE color: 12730604.

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

Color convert

RGB 236 64 194 -
CMYK 0 0.73 0.18 0.07
HSL 314.65º 0.82% 0.59% -
HSV(B) 314.65º 0.73% 0.93% -
XYZ 46.16 25.39 53.51 -
YUV 130.25 163.98 203.43 -
System Red Green Blue C M Y K H S L
Decimal 236 64 194 0 0.73 0.18 0.07 314.65 0.82 0.59
Hex EC 40 C2 0 49 12 7 13B 52 3B
Octal 354 100 302 0 111 22 7 473 122 73
Binary 11101100 1000000 11000010 0 1001001 10010 111 100111011 1010010 111011

Color Harmonies of #EC40C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40C2

Black with #EC40C2

Text Example


Text Example

White with #EC40C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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