Html Css Color HEX #EC40C5 Razzle Dazzle Rose

📋 copy color: '#EC40C5'

red 236 ◦ green 64 ◦ blue 197

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

Shades of Razzle Dazzle Rose #EC40C5

Tints of Razzle Dazzle Rose #EC40C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.64%

R = 47.48%
G = 12.88%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC40C5 (or 0xEC40C5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 40 and C5. RGB value is (236,64,197). Sum of RGB (Red+Green+Blue) = 236+64+197=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC40C5 is #13BF3A. Grayscale: #828282. Windows color (decimal): -1294139 or 12927212. OLE color: 12927212.

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

Color convert

RGB 236 64 197 -
CMYK 0 0.73 0.17 0.07
HSL 313.6º 0.82% 0.59% -
HSV(B) 313.6º 0.73% 0.93% -
XYZ 46.5 25.53 55.3 -
YUV 130.59 165.48 203.19 -
System Red Green Blue C M Y K H S L
Decimal 236 64 197 0 0.73 0.17 0.07 313.6 0.82 0.59
Hex EC 40 C5 0 49 11 7 13A 52 3B
Octal 354 100 305 0 111 21 7 472 122 73
Binary 11101100 1000000 11000101 0 1001001 10001 111 100111010 1010010 111011

Color Harmonies of #EC40C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40C5

Black with #EC40C5

Text Example


Text Example

White with #EC40C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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