Html Css Color HEX #EB28DB Razzle Dazzle Rose

📋 copy color: '#EB28DB'

red 235 ◦ green 40 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EB28DB

Tints of Razzle Dazzle Rose #EB28DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.1%

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

R = 47.57%
G = 8.1%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB28DB (or 0xEB28DB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 28 and DB. RGB value is (235,40,219). Sum of RGB (Red+Green+Blue) = 235+40+219=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB28DB is #14D724. Grayscale: #767676. Windows color (decimal): -1365797 or 14362859. OLE color: 14362859.

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

Color convert

RGB 235 40 219 -
CMYK 0 0.83 0.07 0.08
HSL 304.92º 0.83% 0.54% -
HSV(B) 304.92º 0.83% 0.92% -
XYZ 47.81 24.29 69.19 -
YUV 118.71 184.6 210.95 -
System Red Green Blue C M Y K H S L
Decimal 235 40 219 0 0.83 0.07 0.08 304.92 0.83 0.54
Hex EB 28 DB 0 53 7 8 131 53 36
Octal 353 50 333 0 123 7 10 461 123 66
Binary 11101011 101000 11011011 0 1010011 111 1000 100110001 1010011 110110

Color Harmonies of #EB28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB28DB

Black with #EB28DB

Text Example


Text Example

White with #EB28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB28DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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