Html Css Color HEX #E07BAF Persian Pink

📋 copy color: '#E07BAF'

red 224 ◦ green 123 ◦ blue 175

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

Shades of Persian Pink #E07BAF

Tints of Persian Pink #E07BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.52%

R = 42.91%
G = 23.56%
B = 33.52%

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

#E07BAF (or 0xE07BAF) is known color: Persian Pink. HEX triplet: E0, 7B and AF. RGB value is (224,123,175). Sum of RGB (Red+Green+Blue) = 224+123+175=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07BAF is #1F8450. Grayscale: #9F9F9F. Windows color (decimal): -2065489 or 11500512. OLE color: 11500512.

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

Color convert

RGB 224 123 175 -
CMYK 0 0.45 0.22 0.12
HSL 329.11º 0.62% 0.68% -
HSV(B) 329.11º 0.45% 0.88% -
XYZ 45.56 33.11 44.55 -
YUV 159.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 224 123 175 0 0.45 0.22 0.12 329.11 0.62 0.68
Hex E0 7B AF 0 2D 16 C 149 3E 44
Octal 340 173 257 0 55 26 14 511 76 104
Binary 11100000 1111011 10101111 0 101101 10110 1100 101001001 111110 1000100

Color Harmonies of #E07BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07BAF

Black with #E07BAF

Text Example


Text Example

White with #E07BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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