Html Css Color HEX #EC41D3 Razzle Dazzle Rose

📋 copy color: '#EC41D3'

red 236 ◦ green 65 ◦ blue 211

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

Shades of Razzle Dazzle Rose #EC41D3

Tints of Razzle Dazzle Rose #EC41D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.21%

R = 46.09%
G = 12.7%
B = 41.21%

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

#EC41D3 (or 0xEC41D3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and D3. RGB value is (236,65,211). Sum of RGB (Red+Green+Blue) = 236+65+211=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41D3 is #13BE2C. Grayscale: #848484. Windows color (decimal): -1293869 or 13844972. OLE color: 13844972.

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

Color convert

RGB 236 65 211 -
CMYK 0 0.72 0.11 0.07
HSL 308.77º 0.82% 0.59% -
HSV(B) 308.77º 0.72% 0.93% -
XYZ 48.24 26.32 64.17 -
YUV 132.77 172.15 201.63 -
System Red Green Blue C M Y K H S L
Decimal 236 65 211 0 0.72 0.11 0.07 308.77 0.82 0.59
Hex EC 41 D3 0 48 B 7 135 52 3B
Octal 354 101 323 0 110 13 7 465 122 73
Binary 11101100 1000001 11010011 0 1001000 1011 111 100110101 1010010 111011

Color Harmonies of #EC41D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41D3

Black with #EC41D3

Text Example


Text Example

White with #EC41D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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