Html Css Color HEX #EC41C9 Razzle Dazzle Rose

📋 copy color: '#EC41C9'

red 236 ◦ green 65 ◦ blue 201

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

Shades of Razzle Dazzle Rose #EC41C9

Tints of Razzle Dazzle Rose #EC41C9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.95%

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

R = 47.01%
G = 12.95%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC41C9 (or 0xEC41C9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and C9. RGB value is (236,65,201). Sum of RGB (Red+Green+Blue) = 236+65+201=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41C9 is #13BE36. Grayscale: #838383. Windows color (decimal): -1293879 or 13189612. OLE color: 13189612.

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

Color convert

RGB 236 65 201 -
CMYK 0 0.72 0.15 0.07
HSL 312.28º 0.82% 0.59% -
HSV(B) 312.28º 0.72% 0.93% -
XYZ 47.02 25.83 57.77 -
YUV 131.63 167.15 202.44 -
System Red Green Blue C M Y K H S L
Decimal 236 65 201 0 0.72 0.15 0.07 312.28 0.82 0.59
Hex EC 41 C9 0 48 F 7 138 52 3B
Octal 354 101 311 0 110 17 7 470 122 73
Binary 11101100 1000001 11001001 0 1001000 1111 111 100111000 1010010 111011

Color Harmonies of #EC41C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41C9

Black with #EC41C9

Text Example


Text Example

White with #EC41C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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