Html Css Color HEX #EF84BA Persian Pink

📋 copy color: '#EF84BA'

red 239 ◦ green 132 ◦ blue 186

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

Shades of Persian Pink #EF84BA

Tints of Persian Pink #EF84BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.7%

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

R = 42.91%
G = 23.7%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF84BA (or 0xEF84BA) is known color: Persian Pink. HEX triplet: EF, 84 and BA. RGB value is (239,132,186). Sum of RGB (Red+Green+Blue) = 239+132+186=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84BA is #107B45. Grayscale: #AAAAAA. Windows color (decimal): -1080134 or 12223727. OLE color: 12223727.

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

Color convert

RGB 239 132 186 -
CMYK 0 0.45 0.22 0.06
HSL 329.72º 0.77% 0.73% -
HSV(B) 329.72º 0.45% 0.94% -
XYZ 52.71 38.4 51.09 -
YUV 170.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 239 132 186 0 0.45 0.22 0.06 329.72 0.77 0.73
Hex EF 84 BA 0 2D 16 6 14A 4D 49
Octal 357 204 272 0 55 26 6 512 115 111
Binary 11101111 10000100 10111010 0 101101 10110 110 101001010 1001101 1001001

Color Harmonies of #EF84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF84BA

Black with #EF84BA

Text Example


Text Example

White with #EF84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF84BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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