Html Css Color HEX #EC41C4 Razzle Dazzle Rose

📋 copy color: '#EC41C4'

red 236 ◦ green 65 ◦ blue 196

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

Shades of Razzle Dazzle Rose #EC41C4

Tints of Razzle Dazzle Rose #EC41C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.44%

R = 47.48%
G = 13.08%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC41C4 (or 0xEC41C4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and C4. RGB value is (236,65,196). Sum of RGB (Red+Green+Blue) = 236+65+196=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41C4 is #13BE3B. Grayscale: #828282. Windows color (decimal): -1293884 or 12861932. OLE color: 12861932.

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

Color convert

RGB 236 65 196 -
CMYK 0 0.72 0.17 0.07
HSL 314.04º 0.82% 0.59% -
HSV(B) 314.04º 0.72% 0.93% -
XYZ 46.45 25.6 54.72 -
YUV 131.06 164.65 202.85 -
System Red Green Blue C M Y K H S L
Decimal 236 65 196 0 0.72 0.17 0.07 314.04 0.82 0.59
Hex EC 41 C4 0 48 11 7 13A 52 3B
Octal 354 101 304 0 110 21 7 472 122 73
Binary 11101100 1000001 11000100 0 1001000 10001 111 100111010 1010010 111011

Color Harmonies of #EC41C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41C4

Black with #EC41C4

Text Example


Text Example

White with #EC41C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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