Html Css Color HEX #E02DB0 Persian Rose

📋 copy color: '#E02DB0'

red 224 ◦ green 45 ◦ blue 176

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

Shades of Persian Rose #E02DB0

Tints of Persian Rose #E02DB0

RGB

 RED value IS 224 (87.89% from 255) = 50.34%

 GREEN value IS 45 (17.97% from 255) = 10.11%

 BLUE value IS 176 (69.14% from 255) = 39.55%

R = 50.34%
G = 10.11%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E02DB0 (or 0xE02DB0) is known color: Persian Rose. HEX triplet: E0, 2D and B0. RGB value is (224,45,176). Sum of RGB (Red+Green+Blue) = 224+45+176=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02DB0 is #1FD24F. Grayscale: #717171. Windows color (decimal): -2085456 or 11546080. OLE color: 11546080.

HSL color Cylindrical-coordinate representation of color #E02DB0: hue angle of 316.09º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02DB0 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 45 176 -
CMYK 0 0.80 0.21 0.12
HSL 316.09º 0.74% 0.53% -
HSV(B) 316.09º 0.8% 0.88% -
XYZ 39.52 20.86 43.02 -
YUV 113.46 163.3 206.85 -
System Red Green Blue C M Y K H S L
Decimal 224 45 176 0 0.80 0.21 0.12 316.09 0.74 0.53
Hex E0 2D B0 0 50 15 C 13C 4A 35
Octal 340 55 260 0 120 25 14 474 112 65
Binary 11100000 101101 10110000 0 1010000 10101 1100 100111100 1001010 110101

Color Harmonies of #E02DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02DB0

Black with #E02DB0

Text Example


Text Example

White with #E02DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02DB0; }

 p { color: rgb(224,45,176); }

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

background-color css

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

 a { background-color: rgb(224,45,176); }

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

border-color css

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

 span { border-color: rgb(224,45,176); }

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