Html Css Color HEX #EC25D9 Razzle Dazzle Rose

📋 copy color: '#EC25D9'

red 236 ◦ green 37 ◦ blue 217

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

Shades of Razzle Dazzle Rose #EC25D9

Tints of Razzle Dazzle Rose #EC25D9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.55%

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

R = 48.16%
G = 7.55%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC25D9 (or 0xEC25D9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and D9. RGB value is (236,37,217). Sum of RGB (Red+Green+Blue) = 236+37+217=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 37 (14.84% from 255 or 7.55% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25D9 is #13DA26. Grayscale: #747474. Windows color (decimal): -1301031 or 14231020. OLE color: 14231020.

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

Color convert

RGB 236 37 217 -
CMYK 0 0.84 0.08 0.07
HSL 305.73º 0.84% 0.54% -
HSV(B) 305.73º 0.84% 0.93% -
XYZ 47.78 24.17 67.79 -
YUV 117.02 184.43 212.86 -
System Red Green Blue C M Y K H S L
Decimal 236 37 217 0 0.84 0.08 0.07 305.73 0.84 0.54
Hex EC 25 D9 0 54 8 7 132 54 36
Octal 354 45 331 0 124 10 7 462 124 66
Binary 11101100 100101 11011001 0 1010100 1000 111 100110010 1010100 110110

Color Harmonies of #EC25D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25D9

Black with #EC25D9

Text Example


Text Example

White with #EC25D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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