Html Css Color HEX #EF82BA Persian Pink

📋 copy color: '#EF82BA'

red 239 ◦ green 130 ◦ blue 186

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

Shades of Persian Pink #EF82BA

Tints of Persian Pink #EF82BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.42%

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

R = 43.06%
G = 23.42%
B = 33.51%

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

#EF82BA (or 0xEF82BA) is known color: Persian Pink. HEX triplet: EF, 82 and BA. RGB value is (239,130,186). Sum of RGB (Red+Green+Blue) = 239+130+186=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82BA is #107D45. Grayscale: #A8A8A8. Windows color (decimal): -1080646 or 12223215. OLE color: 12223215.

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

Color convert

RGB 239 130 186 -
CMYK 0 0.46 0.22 0.06
HSL 329.17º 0.77% 0.72% -
HSV(B) 329.17º 0.46% 0.94% -
XYZ 52.44 37.86 51 -
YUV 168.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 239 130 186 0 0.46 0.22 0.06 329.17 0.77 0.72
Hex EF 82 BA 0 2E 16 6 149 4D 48
Octal 357 202 272 0 56 26 6 511 115 110
Binary 11101111 10000010 10111010 0 101110 10110 110 101001001 1001101 1001000

Color Harmonies of #EF82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF82BA

Black with #EF82BA

Text Example


Text Example

White with #EF82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF82BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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