Html Css Color HEX #E130DB Razzle Dazzle Rose

📋 copy color: '#E130DB'

red 225 ◦ green 48 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E130DB

Tints of Razzle Dazzle Rose #E130DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.76%

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

R = 45.73%
G = 9.76%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E130DB (or 0xE130DB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 30 and DB. RGB value is (225,48,219). Sum of RGB (Red+Green+Blue) = 225+48+219=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E130DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130DB is #1ECF24. Grayscale: #777777. Windows color (decimal): -2019109 or 14364897. OLE color: 14364897.

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

Color convert

RGB 225 48 219 -
CMYK 0 0.79 0.03 0.12
HSL 302.03º 0.75% 0.54% -
HSV(B) 302.03º 0.79% 0.88% -
XYZ 44.89 23.24 69.14 -
YUV 120.42 183.64 202.6 -
System Red Green Blue C M Y K H S L
Decimal 225 48 219 0 0.79 0.03 0.12 302.03 0.75 0.54
Hex E1 30 DB 0 4F 3 C 12E 4B 36
Octal 341 60 333 0 117 3 14 456 113 66
Binary 11100001 110000 11011011 0 1001111 11 1100 100101110 1001011 110110

Color Harmonies of #E130DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130DB

Black with #E130DB

Text Example


Text Example

White with #E130DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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