Html Css Color HEX #E07DB1 Persian Pink

📋 copy color: '#E07DB1'

red 224 ◦ green 125 ◦ blue 177

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

Shades of Persian Pink #E07DB1

Tints of Persian Pink #E07DB1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.76%

 BLUE value IS 177 (69.53% from 255) = 33.65%

R = 42.59%
G = 23.76%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E07DB1 (or 0xE07DB1) is known color: Persian Pink. HEX triplet: E0, 7D and B1. RGB value is (224,125,177). Sum of RGB (Red+Green+Blue) = 224+125+177=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DB1 is #1F824E. Grayscale: #A0A0A0. Windows color (decimal): -2064975 or 11632096. OLE color: 11632096.

HSL color Cylindrical-coordinate representation of color #E07DB1: hue angle of 328.48º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07DB1 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 125 177 -
CMYK 0 0.44 0.21 0.12
HSL 328.48º 0.61% 0.68% -
HSV(B) 328.48º 0.44% 0.88% -
XYZ 46.01 33.69 45.67 -
YUV 160.53 137.3 173.27 -
System Red Green Blue C M Y K H S L
Decimal 224 125 177 0 0.44 0.21 0.12 328.48 0.61 0.68
Hex E0 7D B1 0 2C 15 C 148 3D 44
Octal 340 175 261 0 54 25 14 510 75 104
Binary 11100000 1111101 10110001 0 101100 10101 1100 101001000 111101 1000100

Color Harmonies of #E07DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DB1

Black with #E07DB1

Text Example


Text Example

White with #E07DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DB1; }

 p { color: rgb(224,125,177); }

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

background-color css

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

 a { background-color: rgb(224,125,177); }

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

border-color css

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

 span { border-color: rgb(224,125,177); }

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