Html Css Color HEX #E130D1 Razzle Dazzle Rose

📋 copy color: '#E130D1'

red 225 ◦ green 48 ◦ blue 209

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

Shades of Razzle Dazzle Rose #E130D1

Tints of Razzle Dazzle Rose #E130D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.36%

R = 46.68%
G = 9.96%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E130D1 (or 0xE130D1) is known color: Razzle Dazzle Rose. HEX triplet: E1, 30 and D1. RGB value is (225,48,209). Sum of RGB (Red+Green+Blue) = 225+48+209=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E130D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130D1 is #1ECF2E. Grayscale: #767676. Windows color (decimal): -2019119 or 13709537. OLE color: 13709537.

HSL color Cylindrical-coordinate representation of color #E130D1: hue angle of 305.42º 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 #E130D1 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 48 209 -
CMYK 0 0.79 0.07 0.12
HSL 305.42º 0.75% 0.54% -
HSV(B) 305.42º 0.79% 0.88% -
XYZ 43.62 22.72 62.41 -
YUV 119.28 178.64 203.41 -
System Red Green Blue C M Y K H S L
Decimal 225 48 209 0 0.79 0.07 0.12 305.42 0.75 0.54
Hex E1 30 D1 0 4F 7 C 131 4B 36
Octal 341 60 321 0 117 7 14 461 113 66
Binary 11100001 110000 11010001 0 1001111 111 1100 100110001 1001011 110110

Color Harmonies of #E130D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130D1

Black with #E130D1

Text Example


Text Example

White with #E130D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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