Html Css Color HEX #E07BAE Persian Pink

📋 copy color: '#E07BAE'

red 224 ◦ green 123 ◦ blue 174

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

Shades of Persian Pink #E07BAE

Tints of Persian Pink #E07BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.61%

 BLUE value IS 174 (68.36% from 255) = 33.4%

R = 42.99%
G = 23.61%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E07BAE (or 0xE07BAE) is known color: Persian Pink. HEX triplet: E0, 7B and AE. RGB value is (224,123,174). Sum of RGB (Red+Green+Blue) = 224+123+174=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07BAE is #1F8451. Grayscale: #9E9E9E. Windows color (decimal): -2065490 or 11434976. OLE color: 11434976.

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

Color convert

RGB 224 123 174 -
CMYK 0 0.45 0.22 0.12
HSL 329.7º 0.62% 0.68% -
HSV(B) 329.7º 0.45% 0.88% -
XYZ 45.46 33.07 44.03 -
YUV 159.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 224 123 174 0 0.45 0.22 0.12 329.7 0.62 0.68
Hex E0 7B AE 0 2D 16 C 14A 3E 44
Octal 340 173 256 0 55 26 14 512 76 104
Binary 11100000 1111011 10101110 0 101101 10110 1100 101001010 111110 1000100

Color Harmonies of #E07BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07BAE

Black with #E07BAE

Text Example


Text Example

White with #E07BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07BAE; }

 p { color: rgb(224,123,174); }

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

background-color css

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

 a { background-color: rgb(224,123,174); }

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

border-color css

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

 span { border-color: rgb(224,123,174); }

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