Html Css Color HEX #EC40C9 Razzle Dazzle Rose

📋 copy color: '#EC40C9'

red 236 ◦ green 64 ◦ blue 201

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

Shades of Razzle Dazzle Rose #EC40C9

Tints of Razzle Dazzle Rose #EC40C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.12%

R = 47.11%
G = 12.77%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC40C9 (or 0xEC40C9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 40 and C9. RGB value is (236,64,201). Sum of RGB (Red+Green+Blue) = 236+64+201=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC40C9 is #13BF36. Grayscale: #828282. Windows color (decimal): -1294135 or 13189356. OLE color: 13189356.

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

Color convert

RGB 236 64 201 -
CMYK 0 0.73 0.15 0.07
HSL 312.21º 0.82% 0.59% -
HSV(B) 312.21º 0.73% 0.93% -
XYZ 46.97 25.72 57.75 -
YUV 131.05 167.48 202.86 -
System Red Green Blue C M Y K H S L
Decimal 236 64 201 0 0.73 0.15 0.07 312.21 0.82 0.59
Hex EC 40 C9 0 49 F 7 138 52 3B
Octal 354 100 311 0 111 17 7 470 122 73
Binary 11101100 1000000 11001001 0 1001001 1111 111 100111000 1010010 111011

Color Harmonies of #EC40C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40C9

Black with #EC40C9

Text Example


Text Example

White with #EC40C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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