Html Css Color HEX #EF89BB Persian Pink

📋 copy color: '#EF89BB'

red 239 ◦ green 137 ◦ blue 187

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

Shades of Persian Pink #EF89BB

Tints of Persian Pink #EF89BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.21%

R = 42.45%
G = 24.33%
B = 33.21%

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

#EF89BB (or 0xEF89BB) is known color: Persian Pink. HEX triplet: EF, 89 and BB. RGB value is (239,137,187). Sum of RGB (Red+Green+Blue) = 239+137+187=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89BB is #107644. Grayscale: #ADADAD. Windows color (decimal): -1078853 or 12290543. OLE color: 12290543.

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

Color convert

RGB 239 137 187 -
CMYK 0 0.43 0.22 0.06
HSL 330.59º 0.76% 0.74% -
HSV(B) 330.59º 0.43% 0.94% -
XYZ 53.51 39.83 51.88 -
YUV 173.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 239 137 187 0 0.43 0.22 0.06 330.59 0.76 0.74
Hex EF 89 BB 0 2B 16 6 14B 4C 4A
Octal 357 211 273 0 53 26 6 513 114 112
Binary 11101111 10001001 10111011 0 101011 10110 110 101001011 1001100 1001010

Color Harmonies of #EF89BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF89BB

Black with #EF89BB

Text Example


Text Example

White with #EF89BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF89BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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