Html Css Color HEX #E07EB0 Persian Pink

📋 copy color: '#E07EB0'

red 224 ◦ green 126 ◦ blue 176

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

Shades of Persian Pink #E07EB0

Tints of Persian Pink #E07EB0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.95%

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

R = 42.59%
G = 23.95%
B = 33.46%

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

#E07EB0 (or 0xE07EB0) is known color: Persian Pink. HEX triplet: E0, 7E and B0. RGB value is (224,126,176). Sum of RGB (Red+Green+Blue) = 224+126+176=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07EB0 is #1F814F. Grayscale: #A0A0A0. Windows color (decimal): -2064720 or 11566816. OLE color: 11566816.

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

Color convert

RGB 224 126 176 -
CMYK 0 0.44 0.21 0.12
HSL 329.39º 0.61% 0.69% -
HSV(B) 329.39º 0.44% 0.88% -
XYZ 46.04 33.9 45.19 -
YUV 161 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 224 126 176 0 0.44 0.21 0.12 329.39 0.61 0.69
Hex E0 7E B0 0 2C 15 C 149 3D 45
Octal 340 176 260 0 54 25 14 511 75 105
Binary 11100000 1111110 10110000 0 101100 10101 1100 101001001 111101 1000101

Color Harmonies of #E07EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07EB0

Black with #E07EB0

Text Example


Text Example

White with #E07EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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