Html Css Color HEX #EC3AD9 Razzle Dazzle Rose

📋 copy color: '#EC3AD9'

red 236 ◦ green 58 ◦ blue 217

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

Shades of Razzle Dazzle Rose #EC3AD9

Tints of Razzle Dazzle Rose #EC3AD9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.35%

 BLUE value IS 217 (85.16% from 255) = 42.47%

R = 46.18%
G = 11.35%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC3AD9 (or 0xEC3AD9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3A and D9. RGB value is (236,58,217). Sum of RGB (Red+Green+Blue) = 236+58+217=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 58 (23.05% from 255 or 11.35% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3AD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3AD9 is #13C526. Grayscale: #808080. Windows color (decimal): -1295655 or 14236396. OLE color: 14236396.

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

Color convert

RGB 236 58 217 -
CMYK 0 0.75 0.08 0.07
HSL 306.4º 0.82% 0.58% -
HSV(B) 306.4º 0.75% 0.93% -
XYZ 48.63 25.87 68.08 -
YUV 129.35 177.47 204.07 -
System Red Green Blue C M Y K H S L
Decimal 236 58 217 0 0.75 0.08 0.07 306.4 0.82 0.58
Hex EC 3A D9 0 4B 8 7 132 52 3A
Octal 354 72 331 0 113 10 7 462 122 72
Binary 11101100 111010 11011001 0 1001011 1000 111 100110010 1010010 111010

Color Harmonies of #EC3AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3AD9

Black with #EC3AD9

Text Example


Text Example

White with #EC3AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3AD9; }

 p { color: rgb(236,58,217); }

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

background-color css

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

 a { background-color: rgb(236,58,217); }

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

border-color css

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

 span { border-color: rgb(236,58,217); }

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