Html Css Color HEX #EC41D2 Razzle Dazzle Rose

📋 copy color: '#EC41D2'

red 236 ◦ green 65 ◦ blue 210

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

Shades of Razzle Dazzle Rose #EC41D2

Tints of Razzle Dazzle Rose #EC41D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.1%

R = 46.18%
G = 12.72%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC41D2 (or 0xEC41D2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and D2. RGB value is (236,65,210). Sum of RGB (Red+Green+Blue) = 236+65+210=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41D2 is #13BE2D. Grayscale: #848484. Windows color (decimal): -1293870 or 13779436. OLE color: 13779436.

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

Color convert

RGB 236 65 210 -
CMYK 0 0.72 0.11 0.07
HSL 309.12º 0.82% 0.59% -
HSV(B) 309.12º 0.72% 0.93% -
XYZ 48.12 26.27 63.51 -
YUV 132.66 171.65 201.71 -
System Red Green Blue C M Y K H S L
Decimal 236 65 210 0 0.72 0.11 0.07 309.12 0.82 0.59
Hex EC 41 D2 0 48 B 7 135 52 3B
Octal 354 101 322 0 110 13 7 465 122 73
Binary 11101100 1000001 11010010 0 1001000 1011 111 100110101 1010010 111011

Color Harmonies of #EC41D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41D2

Black with #EC41D2

Text Example


Text Example

White with #EC41D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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