Html Css Color HEX #EF7AAE Persian Pink

📋 copy color: '#EF7AAE'

red 239 ◦ green 122 ◦ blue 174

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

Shades of Persian Pink #EF7AAE

Tints of Persian Pink #EF7AAE

RGB

 RED value IS 239 (93.75% from 255) = 44.67%

 GREEN value IS 122 (48.05% from 255) = 22.8%

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

R = 44.67%
G = 22.8%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF7AAE (or 0xEF7AAE) is known color: Persian Pink. HEX triplet: EF, 7A and AE. RGB value is (239,122,174). Sum of RGB (Red+Green+Blue) = 239+122+174=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7AAE is #108551. Grayscale: #A2A2A2. Windows color (decimal): -1082706 or 11434735. OLE color: 11434735.

HSL color Cylindrical-coordinate representation of color #EF7AAE: hue angle of 333.33º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7AAE is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 122 174 -
CMYK 0 0.49 0.27 0.06
HSL 333.33º 0.79% 0.71% -
HSV(B) 333.33º 0.49% 0.94% -
XYZ 50.2 35.33 44.22 -
YUV 162.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 239 122 174 0 0.49 0.27 0.06 333.33 0.79 0.71
Hex EF 7A AE 0 31 1B 6 14D 4F 47
Octal 357 172 256 0 61 33 6 515 117 107
Binary 11101111 1111010 10101110 0 110001 11011 110 101001101 1001111 1000111

Color Harmonies of #EF7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7AAE

Black with #EF7AAE

Text Example


Text Example

White with #EF7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7AAE; }

 p { color: rgb(239,122,174); }

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

background-color css

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

 a { background-color: rgb(239,122,174); }

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

border-color css

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

 span { border-color: rgb(239,122,174); }

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