Html Css Color HEX #EF81BA Persian Pink

📋 copy color: '#EF81BA'

red 239 ◦ green 129 ◦ blue 186

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

Shades of Persian Pink #EF81BA

Tints of Persian Pink #EF81BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.29%

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

R = 43.14%
G = 23.29%
B = 33.57%

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

#EF81BA (or 0xEF81BA) is known color: Persian Pink. HEX triplet: EF, 81 and BA. RGB value is (239,129,186). Sum of RGB (Red+Green+Blue) = 239+129+186=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81BA is #107E45. Grayscale: #A8A8A8. Windows color (decimal): -1080902 or 12222959. OLE color: 12222959.

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

Color convert

RGB 239 129 186 -
CMYK 0 0.46 0.22 0.06
HSL 328.91º 0.77% 0.72% -
HSV(B) 328.91º 0.46% 0.94% -
XYZ 52.31 37.6 50.95 -
YUV 168.39 137.94 178.37 -
System Red Green Blue C M Y K H S L
Decimal 239 129 186 0 0.46 0.22 0.06 328.91 0.77 0.72
Hex EF 81 BA 0 2E 16 6 149 4D 48
Octal 357 201 272 0 56 26 6 511 115 110
Binary 11101111 10000001 10111010 0 101110 10110 110 101001001 1001101 1001000

Color Harmonies of #EF81BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81BA

Black with #EF81BA

Text Example


Text Example

White with #EF81BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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