Html Css Color HEX #EB2ADB Razzle Dazzle Rose

📋 copy color: '#EB2ADB'

red 235 ◦ green 42 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EB2ADB

Tints of Razzle Dazzle Rose #EB2ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.47%

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

R = 47.38%
G = 8.47%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB2ADB (or 0xEB2ADB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2A and DB. RGB value is (235,42,219). Sum of RGB (Red+Green+Blue) = 235+42+219=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 42 (16.80% from 255 or 8.47% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2ADB is #14D524. Grayscale: #777777. Windows color (decimal): -1365285 or 14363371. OLE color: 14363371.

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

Color convert

RGB 235 42 219 -
CMYK 0 0.82 0.07 0.08
HSL 304.97º 0.83% 0.54% -
HSV(B) 304.97º 0.82% 0.92% -
XYZ 47.88 24.43 69.21 -
YUV 119.89 183.94 210.11 -
System Red Green Blue C M Y K H S L
Decimal 235 42 219 0 0.82 0.07 0.08 304.97 0.83 0.54
Hex EB 2A DB 0 52 7 8 131 53 36
Octal 353 52 333 0 122 7 10 461 123 66
Binary 11101011 101010 11011011 0 1010010 111 1000 100110001 1010011 110110

Color Harmonies of #EB2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2ADB

Black with #EB2ADB

Text Example


Text Example

White with #EB2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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