Html Css Color HEX #EF89B9 Persian Pink

📋 copy color: '#EF89B9'

red 239 ◦ green 137 ◦ blue 185

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

Shades of Persian Pink #EF89B9

Tints of Persian Pink #EF89B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.98%

R = 42.6%
G = 24.42%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF89B9 (or 0xEF89B9) is known color: Persian Pink. HEX triplet: EF, 89 and B9. RGB value is (239,137,185). Sum of RGB (Red+Green+Blue) = 239+137+185=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89B9 is #107646. Grayscale: #ACACAC. Windows color (decimal): -1078855 or 12159471. OLE color: 12159471.

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

Color convert

RGB 239 137 185 -
CMYK 0 0.43 0.23 0.06
HSL 331.76º 0.76% 0.74% -
HSV(B) 331.76º 0.43% 0.94% -
XYZ 53.3 39.74 50.76 -
YUV 172.97 134.79 175.1 -
System Red Green Blue C M Y K H S L
Decimal 239 137 185 0 0.43 0.23 0.06 331.76 0.76 0.74
Hex EF 89 B9 0 2B 17 6 14C 4C 4A
Octal 357 211 271 0 53 27 6 514 114 112
Binary 11101111 10001001 10111001 0 101011 10111 110 101001100 1001100 1001010

Color Harmonies of #EF89B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF89B9

Black with #EF89B9

Text Example


Text Example

White with #EF89B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF89B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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