Html Css Color HEX #EF80AF Persian Pink

📋 copy color: '#EF80AF'

red 239 ◦ green 128 ◦ blue 175

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

Shades of Persian Pink #EF80AF

Tints of Persian Pink #EF80AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.62%

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

R = 44.1%
G = 23.62%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF80AF (or 0xEF80AF) is known color: Persian Pink. HEX triplet: EF, 80 and AF. RGB value is (239,128,175). Sum of RGB (Red+Green+Blue) = 239+128+175=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF80AF is #107F50. Grayscale: #A6A6A6. Windows color (decimal): -1081169 or 11501807. OLE color: 11501807.

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

Color convert

RGB 239 128 175 -
CMYK 0 0.46 0.27 0.06
HSL 334.59º 0.78% 0.72% -
HSV(B) 334.59º 0.46% 0.94% -
XYZ 51.05 36.88 44.99 -
YUV 166.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 239 128 175 0 0.46 0.27 0.06 334.59 0.78 0.72
Hex EF 80 AF 0 2E 1B 6 14F 4E 48
Octal 357 200 257 0 56 33 6 517 116 110
Binary 11101111 10000000 10101111 0 101110 11011 110 101001111 1001110 1001000

Color Harmonies of #EF80AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80AF

Black with #EF80AF

Text Example


Text Example

White with #EF80AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80AF; }

 p { color: rgb(239,128,175); }

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

background-color css

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

 a { background-color: rgb(239,128,175); }

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

border-color css

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

 span { border-color: rgb(239,128,175); }

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