Html Css Color HEX #EF8ABA Persian Pink

📋 copy color: '#EF8ABA'

red 239 ◦ green 138 ◦ blue 186

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

Shades of Persian Pink #EF8ABA

Tints of Persian Pink #EF8ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.51%

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

R = 42.45%
G = 24.51%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF8ABA (or 0xEF8ABA) is known color: Persian Pink. HEX triplet: EF, 8A and BA. RGB value is (239,138,186). Sum of RGB (Red+Green+Blue) = 239+138+186=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ABA is #107545. Grayscale: #ADADAD. Windows color (decimal): -1078598 or 12225263. OLE color: 12225263.

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

Color convert

RGB 239 138 186 -
CMYK 0 0.42 0.22 0.06
HSL 331.49º 0.76% 0.74% -
HSV(B) 331.49º 0.42% 0.94% -
XYZ 53.55 40.07 51.37 -
YUV 173.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 239 138 186 0 0.42 0.22 0.06 331.49 0.76 0.74
Hex EF 8A BA 0 2A 16 6 14B 4C 4A
Octal 357 212 272 0 52 26 6 513 114 112
Binary 11101111 10001010 10111010 0 101010 10110 110 101001011 1001100 1001010

Color Harmonies of #EF8ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8ABA

Black with #EF8ABA

Text Example


Text Example

White with #EF8ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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