Html Css Color HEX #EC25DB Razzle Dazzle Rose

📋 copy color: '#EC25DB'

red 236 ◦ green 37 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EC25DB

Tints of Razzle Dazzle Rose #EC25DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 47.97%
G = 7.52%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC25DB (or 0xEC25DB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and DB. RGB value is (236,37,219). Sum of RGB (Red+Green+Blue) = 236+37+219=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 37 (14.84% from 255 or 7.52% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25DB is #13DA24. Grayscale: #747474. Windows color (decimal): -1301029 or 14362092. OLE color: 14362092.

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

Color convert

RGB 236 37 219 -
CMYK 0 0.84 0.07 0.07
HSL 305.13º 0.84% 0.54% -
HSV(B) 305.13º 0.84% 0.93% -
XYZ 48.04 24.27 69.17 -
YUV 117.25 185.43 212.7 -
System Red Green Blue C M Y K H S L
Decimal 236 37 219 0 0.84 0.07 0.07 305.13 0.84 0.54
Hex EC 25 DB 0 54 7 7 131 54 36
Octal 354 45 333 0 124 7 7 461 124 66
Binary 11101100 100101 11011011 0 1010100 111 111 100110001 1010100 110110

Color Harmonies of #EC25DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25DB

Black with #EC25DB

Text Example


Text Example

White with #EC25DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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