Html Css Color HEX #EF77AD Persian Pink

📋 copy color: '#EF77AD'

red 239 ◦ green 119 ◦ blue 173

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

Shades of Persian Pink #EF77AD

Tints of Persian Pink #EF77AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.41%

 BLUE value IS 173 (67.97% from 255) = 32.58%

R = 45.01%
G = 22.41%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF77AD (or 0xEF77AD) is known color: Persian Pink. HEX triplet: EF, 77 and AD. RGB value is (239,119,173). Sum of RGB (Red+Green+Blue) = 239+119+173=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF77AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF77AD is #108852. Grayscale: #A0A0A0. Windows color (decimal): -1083475 or 11368431. OLE color: 11368431.

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

Color convert

RGB 239 119 173 -
CMYK 0 0.50 0.28 0.06
HSL 333º 0.79% 0.7% -
HSV(B) 333º 0.5% 0.94% -
XYZ 49.74 34.56 43.58 -
YUV 161.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 239 119 173 0 0.50 0.28 0.06 333 0.79 0.7
Hex EF 77 AD 0 32 1C 6 14D 4F 46
Octal 357 167 255 0 62 34 6 515 117 106
Binary 11101111 1110111 10101101 0 110010 11100 110 101001101 1001111 1000110

Color Harmonies of #EF77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF77AD

Black with #EF77AD

Text Example


Text Example

White with #EF77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF77AD; }

 p { color: rgb(239,119,173); }

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

background-color css

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

 a { background-color: rgb(239,119,173); }

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

border-color css

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

 span { border-color: rgb(239,119,173); }

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