Html Css Color HEX #EB1EDB Razzle Dazzle Rose

📋 copy color: '#EB1EDB'

red 235 ◦ green 30 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EB1EDB

Tints of Razzle Dazzle Rose #EB1EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.2%

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

R = 48.55%
G = 6.2%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB1EDB (or 0xEB1EDB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 1E and DB. RGB value is (235,30,219). Sum of RGB (Red+Green+Blue) = 235+30+219=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1EDB is #14E124. Grayscale: #707070. Windows color (decimal): -1368357 or 14360299. OLE color: 14360299.

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

Color convert

RGB 235 30 219 -
CMYK 0 0.87 0.07 0.08
HSL 304.68º 0.84% 0.52% -
HSV(B) 304.68º 0.87% 0.92% -
XYZ 47.51 23.71 69.09 -
YUV 112.84 187.92 215.13 -
System Red Green Blue C M Y K H S L
Decimal 235 30 219 0 0.87 0.07 0.08 304.68 0.84 0.52
Hex EB 1E DB 0 57 7 8 131 54 34
Octal 353 36 333 0 127 7 10 461 124 64
Binary 11101011 11110 11011011 0 1010111 111 1000 100110001 1010100 110100

Color Harmonies of #EB1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1EDB

Black with #EB1EDB

Text Example


Text Example

White with #EB1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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