Html Css Color HEX #EB31DB Razzle Dazzle Rose

📋 copy color: '#EB31DB'

red 235 ◦ green 49 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EB31DB

Tints of Razzle Dazzle Rose #EB31DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.74%

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

R = 46.72%
G = 9.74%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB31DB (or 0xEB31DB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 31 and DB. RGB value is (235,49,219). Sum of RGB (Red+Green+Blue) = 235+49+219=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 49 (19.53% from 255 or 9.74% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB31DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB31DB is #14CE24. Grayscale: #7B7B7B. Windows color (decimal): -1363493 or 14365163. OLE color: 14365163.

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

Color convert

RGB 235 49 219 -
CMYK 0 0.79 0.07 0.08
HSL 305.16º 0.82% 0.56% -
HSV(B) 305.16º 0.79% 0.92% -
XYZ 48.15 24.97 69.3 -
YUV 123.99 181.62 207.18 -
System Red Green Blue C M Y K H S L
Decimal 235 49 219 0 0.79 0.07 0.08 305.16 0.82 0.56
Hex EB 31 DB 0 4F 7 8 131 52 38
Octal 353 61 333 0 117 7 10 461 122 70
Binary 11101011 110001 11011011 0 1001111 111 1000 100110001 1010010 111000

Color Harmonies of #EB31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB31DB

Black with #EB31DB

Text Example


Text Example

White with #EB31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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