Html Css Color HEX #EF80BA Persian Pink

📋 copy color: '#EF80BA'

red 239 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #EF80BA

Tints of Persian Pink #EF80BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 43.22%
G = 23.15%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF80BA (or 0xEF80BA) is known color: Persian Pink. HEX triplet: EF, 80 and BA. RGB value is (239,128,186). Sum of RGB (Red+Green+Blue) = 239+128+186=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80BA is #107F45. Grayscale: #A7A7A7. Windows color (decimal): -1081158 or 12222703. OLE color: 12222703.

HSL color Cylindrical-coordinate representation of color #EF80BA: hue angle of 328.65º 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 #EF80BA is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 128 186 -
CMYK 0 0.46 0.22 0.06
HSL 328.65º 0.78% 0.72% -
HSV(B) 328.65º 0.46% 0.94% -
XYZ 52.18 37.33 50.91 -
YUV 167.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 239 128 186 0 0.46 0.22 0.06 328.65 0.78 0.72
Hex EF 80 BA 0 2E 16 6 149 4E 48
Octal 357 200 272 0 56 26 6 511 116 110
Binary 11101111 10000000 10111010 0 101110 10110 110 101001001 1001110 1001000

Color Harmonies of #EF80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80BA

Black with #EF80BA

Text Example


Text Example

White with #EF80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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