Html Css Color HEX #EB2BDB Razzle Dazzle Rose

📋 copy color: '#EB2BDB'

red 235 ◦ green 43 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EB2BDB

Tints of Razzle Dazzle Rose #EB2BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.65%

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

R = 47.28%
G = 8.65%
B = 44.06%

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

#EB2BDB (or 0xEB2BDB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2B and DB. RGB value is (235,43,219). Sum of RGB (Red+Green+Blue) = 235+43+219=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 43 (17.19% from 255 or 8.65% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2BDB is #14D424. Grayscale: #777777. Windows color (decimal): -1365029 or 14363627. OLE color: 14363627.

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

Color convert

RGB 235 43 219 -
CMYK 0 0.82 0.07 0.08
HSL 305º 0.83% 0.55% -
HSV(B) 305º 0.82% 0.92% -
XYZ 47.91 24.5 69.22 -
YUV 120.47 183.61 209.69 -
System Red Green Blue C M Y K H S L
Decimal 235 43 219 0 0.82 0.07 0.08 305 0.83 0.55
Hex EB 2B DB 0 52 7 8 131 53 37
Octal 353 53 333 0 122 7 10 461 123 67
Binary 11101011 101011 11011011 0 1010010 111 1000 100110001 1010011 110111

Color Harmonies of #EB2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2BDB

Black with #EB2BDB

Text Example


Text Example

White with #EB2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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