Html Css Color HEX #EF85B8 Persian Pink

📋 copy color: '#EF85B8'

red 239 ◦ green 133 ◦ blue 184

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

Shades of Persian Pink #EF85B8

Tints of Persian Pink #EF85B8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.92%

 BLUE value IS 184 (72.27% from 255) = 33.09%

R = 42.99%
G = 23.92%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF85B8 (or 0xEF85B8) is known color: Persian Pink. HEX triplet: EF, 85 and B8. RGB value is (239,133,184). Sum of RGB (Red+Green+Blue) = 239+133+184=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85B8 is #107A47. Grayscale: #AAAAAA. Windows color (decimal): -1079880 or 12092911. OLE color: 12092911.

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

Color convert

RGB 239 133 184 -
CMYK 0 0.44 0.23 0.06
HSL 331.13º 0.77% 0.73% -
HSV(B) 331.13º 0.44% 0.94% -
XYZ 52.64 38.59 50.02 -
YUV 170.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 239 133 184 0 0.44 0.23 0.06 331.13 0.77 0.73
Hex EF 85 B8 0 2C 17 6 14B 4D 49
Octal 357 205 270 0 54 27 6 513 115 111
Binary 11101111 10000101 10111000 0 101100 10111 110 101001011 1001101 1001001

Color Harmonies of #EF85B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85B8

Black with #EF85B8

Text Example


Text Example

White with #EF85B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85B8; }

 p { color: rgb(239,133,184); }

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

background-color css

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

 a { background-color: rgb(239,133,184); }

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

border-color css

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

 span { border-color: rgb(239,133,184); }

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