Html Css Color HEX #EB24DB Razzle Dazzle Rose

📋 copy color: '#EB24DB'

red 235 ◦ green 36 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EB24DB

Tints of Razzle Dazzle Rose #EB24DB

RGB

 RED value IS 235 (92.19% from 255) = 47.96%

 GREEN value IS 36 (14.45% from 255) = 7.35%

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

R = 47.96%
G = 7.35%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB24DB (or 0xEB24DB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 24 and DB. RGB value is (235,36,219). Sum of RGB (Red+Green+Blue) = 235+36+219=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 36 (14.45% from 255 or 7.35% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB24DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB24DB is #14DB24. Grayscale: #737373. Windows color (decimal): -1366821 or 14361835. OLE color: 14361835.

HSL color Cylindrical-coordinate representation of color #EB24DB: hue angle of 304.82º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB24DB is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 36 219 -
CMYK 0 0.85 0.07 0.08
HSL 304.82º 0.83% 0.53% -
HSV(B) 304.82º 0.85% 0.92% -
XYZ 47.68 24.04 69.14 -
YUV 116.36 185.93 212.62 -
System Red Green Blue C M Y K H S L
Decimal 235 36 219 0 0.85 0.07 0.08 304.82 0.83 0.53
Hex EB 24 DB 0 55 7 8 131 53 35
Octal 353 44 333 0 125 7 10 461 123 65
Binary 11101011 100100 11011011 0 1010101 111 1000 100110001 1010011 110101

Color Harmonies of #EB24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB24DB

Black with #EB24DB

Text Example


Text Example

White with #EB24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB24DB; }

 p { color: rgb(235,36,219); }

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

background-color css

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

 a { background-color: rgb(235,36,219); }

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

border-color css

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

 span { border-color: rgb(235,36,219); }

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