Html Css Color HEX #EB1DDB Razzle Dazzle Rose

📋 copy color: '#EB1DDB'

red 235 ◦ green 29 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EB1DDB

Tints of Razzle Dazzle Rose #EB1DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6%

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

R = 48.65%
G = 6%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB1DDB (or 0xEB1DDB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 1D and DB. RGB value is (235,29,219). Sum of RGB (Red+Green+Blue) = 235+29+219=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 29 (11.72% from 255 or 6.00% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1DDB is #14E224. Grayscale: #6F6F6F. Windows color (decimal): -1368613 or 14360043. OLE color: 14360043.

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

Color convert

RGB 235 29 219 -
CMYK 0 0.88 0.07 0.08
HSL 304.66º 0.84% 0.52% -
HSV(B) 304.66º 0.88% 0.92% -
XYZ 47.49 23.66 69.08 -
YUV 112.25 188.25 215.55 -
System Red Green Blue C M Y K H S L
Decimal 235 29 219 0 0.88 0.07 0.08 304.66 0.84 0.52
Hex EB 1D DB 0 58 7 8 131 54 34
Octal 353 35 333 0 130 7 10 461 124 64
Binary 11101011 11101 11011011 0 1011000 111 1000 100110001 1010100 110100

Color Harmonies of #EB1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1DDB

Black with #EB1DDB

Text Example


Text Example

White with #EB1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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