Html Css Color HEX #E07DB0 Persian Pink

📋 copy color: '#E07DB0'

red 224 ◦ green 125 ◦ blue 176

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

Shades of Persian Pink #E07DB0

Tints of Persian Pink #E07DB0

RGB

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

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

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

R = 42.67%
G = 23.81%
B = 33.52%

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

#E07DB0 (or 0xE07DB0) is known color: Persian Pink. HEX triplet: E0, 7D and B0. RGB value is (224,125,176). Sum of RGB (Red+Green+Blue) = 224+125+176=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DB0 is #1F824F. Grayscale: #A0A0A0. Windows color (decimal): -2064976 or 11566560. OLE color: 11566560.

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

Color convert

RGB 224 125 176 -
CMYK 0 0.44 0.21 0.12
HSL 329.09º 0.61% 0.68% -
HSV(B) 329.09º 0.44% 0.88% -
XYZ 45.91 33.65 45.15 -
YUV 160.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 224 125 176 0 0.44 0.21 0.12 329.09 0.61 0.68
Hex E0 7D B0 0 2C 15 C 149 3D 44
Octal 340 175 260 0 54 25 14 511 75 104
Binary 11100000 1111101 10110000 0 101100 10101 1100 101001001 111101 1000100

Color Harmonies of #E07DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DB0

Black with #E07DB0

Text Example


Text Example

White with #E07DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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