Html Css Color HEX #E131DB Razzle Dazzle Rose

📋 copy color: '#E131DB'

red 225 ◦ green 49 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E131DB

Tints of Razzle Dazzle Rose #E131DB

RGB

 RED value IS 225 (88.28% from 255) = 45.64%

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

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

R = 45.64%
G = 9.94%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E131DB (or 0xE131DB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 31 and DB. RGB value is (225,49,219). Sum of RGB (Red+Green+Blue) = 225+49+219=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 49 (19.53% from 255 or 9.94% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E131DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131DB is #1ECE24. Grayscale: #787878. Windows color (decimal): -2018853 or 14365153. OLE color: 14365153.

HSL color Cylindrical-coordinate representation of color #E131DB: hue angle of 302.05º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E131DB is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 49 219 -
CMYK 0 0.78 0.03 0.12
HSL 302.05º 0.75% 0.54% -
HSV(B) 302.05º 0.78% 0.88% -
XYZ 44.94 23.32 69.15 -
YUV 121 183.31 202.18 -
System Red Green Blue C M Y K H S L
Decimal 225 49 219 0 0.78 0.03 0.12 302.05 0.75 0.54
Hex E1 31 DB 0 4E 3 C 12E 4B 36
Octal 341 61 333 0 116 3 14 456 113 66
Binary 11100001 110001 11011011 0 1001110 11 1100 100101110 1001011 110110

Color Harmonies of #E131DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131DB

Black with #E131DB

Text Example


Text Example

White with #E131DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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