Html Css Color HEX #E07CAF Persian Pink

📋 copy color: '#E07CAF'

red 224 ◦ green 124 ◦ blue 175

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

Shades of Persian Pink #E07CAF

Tints of Persian Pink #E07CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.71%

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

R = 42.83%
G = 23.71%
B = 33.46%

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

#E07CAF (or 0xE07CAF) is known color: Persian Pink. HEX triplet: E0, 7C and AF. RGB value is (224,124,175). Sum of RGB (Red+Green+Blue) = 224+124+175=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07CAF is #1F8350. Grayscale: #9F9F9F. Windows color (decimal): -2065233 or 11500768. OLE color: 11500768.

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

Color convert

RGB 224 124 175 -
CMYK 0 0.45 0.22 0.12
HSL 329.4º 0.62% 0.68% -
HSV(B) 329.4º 0.45% 0.88% -
XYZ 45.69 33.36 44.59 -
YUV 159.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 224 124 175 0 0.45 0.22 0.12 329.4 0.62 0.68
Hex E0 7C AF 0 2D 16 C 149 3E 44
Octal 340 174 257 0 55 26 14 511 76 104
Binary 11100000 1111100 10101111 0 101101 10110 1100 101001001 111110 1000100

Color Harmonies of #E07CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CAF

Black with #E07CAF

Text Example


Text Example

White with #E07CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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