Html Css Color HEX #EF76AF Persian Pink

📋 copy color: '#EF76AF'

red 239 ◦ green 118 ◦ blue 175

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

Shades of Persian Pink #EF76AF

Tints of Persian Pink #EF76AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.18%

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

R = 44.92%
G = 22.18%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF76AF (or 0xEF76AF) is known color: Persian Pink. HEX triplet: EF, 76 and AF. RGB value is (239,118,175). Sum of RGB (Red+Green+Blue) = 239+118+175=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF76AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF76AF is #108950. Grayscale: #A0A0A0. Windows color (decimal): -1083729 or 11499247. OLE color: 11499247.

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

Color convert

RGB 239 118 175 -
CMYK 0 0.51 0.27 0.06
HSL 331.74º 0.79% 0.7% -
HSV(B) 331.74º 0.51% 0.94% -
XYZ 49.81 34.4 44.57 -
YUV 160.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 239 118 175 0 0.51 0.27 0.06 331.74 0.79 0.7
Hex EF 76 AF 0 33 1B 6 14C 4F 46
Octal 357 166 257 0 63 33 6 514 117 106
Binary 11101111 1110110 10101111 0 110011 11011 110 101001100 1001111 1000110

Color Harmonies of #EF76AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF76AF

Black with #EF76AF

Text Example


Text Example

White with #EF76AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF76AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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