Html Css Color HEX #E074AF Persian Pink

📋 copy color: '#E074AF'

red 224 ◦ green 116 ◦ blue 175

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

Shades of Persian Pink #E074AF

Tints of Persian Pink #E074AF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.52%

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

R = 43.5%
G = 22.52%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E074AF (or 0xE074AF) is known color: Persian Pink. HEX triplet: E0, 74 and AF. RGB value is (224,116,175). Sum of RGB (Red+Green+Blue) = 224+116+175=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E074AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E074AF is #1F8B50. Grayscale: #9A9A9A. Windows color (decimal): -2067281 or 11498720. OLE color: 11498720.

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

Color convert

RGB 224 116 175 -
CMYK 0 0.48 0.22 0.12
HSL 327.22º 0.64% 0.67% -
HSV(B) 327.22º 0.48% 0.88% -
XYZ 44.72 31.43 44.27 -
YUV 155.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 224 116 175 0 0.48 0.22 0.12 327.22 0.64 0.67
Hex E0 74 AF 0 30 16 C 147 40 43
Octal 340 164 257 0 60 26 14 507 100 103
Binary 11100000 1110100 10101111 0 110000 10110 1100 101000111 1000000 1000011

Color Harmonies of #E074AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074AF

Black with #E074AF

Text Example


Text Example

White with #E074AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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