Html Css Color HEX #EF89BA Persian Pink

📋 copy color: '#EF89BA'

red 239 ◦ green 137 ◦ blue 186

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

Shades of Persian Pink #EF89BA

Tints of Persian Pink #EF89BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.38%

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

R = 42.53%
G = 24.38%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF89BA (or 0xEF89BA) is known color: Persian Pink. HEX triplet: EF, 89 and BA. RGB value is (239,137,186). Sum of RGB (Red+Green+Blue) = 239+137+186=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89BA is #107645. Grayscale: #ACACAC. Windows color (decimal): -1078854 or 12225007. OLE color: 12225007.

HSL color Cylindrical-coordinate representation of color #EF89BA: hue angle of 331.18º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF89BA is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 137 186 -
CMYK 0 0.43 0.22 0.06
HSL 331.18º 0.76% 0.74% -
HSV(B) 331.18º 0.43% 0.94% -
XYZ 53.41 39.79 51.32 -
YUV 173.08 135.29 175.02 -
System Red Green Blue C M Y K H S L
Decimal 239 137 186 0 0.43 0.22 0.06 331.18 0.76 0.74
Hex EF 89 BA 0 2B 16 6 14B 4C 4A
Octal 357 211 272 0 53 26 6 513 114 112
Binary 11101111 10001001 10111010 0 101011 10110 110 101001011 1001100 1001010

Color Harmonies of #EF89BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF89BA

Black with #EF89BA

Text Example


Text Example

White with #EF89BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF89BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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