Html Css Color HEX #E07DAF Persian Pink

📋 copy color: '#E07DAF'

red 224 ◦ green 125 ◦ blue 175

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

Shades of Persian Pink #E07DAF

Tints of Persian Pink #E07DAF

RGB

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

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

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

R = 42.75%
G = 23.85%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E07DAF (or 0xE07DAF) is known color: Persian Pink. HEX triplet: E0, 7D and AF. RGB value is (224,125,175). Sum of RGB (Red+Green+Blue) = 224+125+175=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DAF is #1F8250. Grayscale: #A0A0A0. Windows color (decimal): -2064977 or 11501024. OLE color: 11501024.

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

Color convert

RGB 224 125 175 -
CMYK 0 0.44 0.22 0.12
HSL 329.7º 0.61% 0.68% -
HSV(B) 329.7º 0.44% 0.88% -
XYZ 45.81 33.61 44.63 -
YUV 160.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 224 125 175 0 0.44 0.22 0.12 329.7 0.61 0.68
Hex E0 7D AF 0 2C 16 C 14A 3D 44
Octal 340 175 257 0 54 26 14 512 75 104
Binary 11100000 1111101 10101111 0 101100 10110 1100 101001010 111101 1000100

Color Harmonies of #E07DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DAF

Black with #E07DAF

Text Example


Text Example

White with #E07DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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