Html Css Color HEX #EF85B4 Persian Pink

📋 copy color: '#EF85B4'

red 239 ◦ green 133 ◦ blue 180

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

Shades of Persian Pink #EF85B4

Tints of Persian Pink #EF85B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.61%

R = 43.3%
G = 24.09%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF85B4 (or 0xEF85B4) is known color: Persian Pink. HEX triplet: EF, 85 and B4. RGB value is (239,133,180). Sum of RGB (Red+Green+Blue) = 239+133+180=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85B4 is #107A4B. Grayscale: #A9A9A9. Windows color (decimal): -1079884 or 11830767. OLE color: 11830767.

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

Color convert

RGB 239 133 180 -
CMYK 0 0.44 0.25 0.06
HSL 333.4º 0.77% 0.73% -
HSV(B) 333.4º 0.44% 0.94% -
XYZ 52.22 38.42 47.84 -
YUV 170.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 239 133 180 0 0.44 0.25 0.06 333.4 0.77 0.73
Hex EF 85 B4 0 2C 19 6 14D 4D 49
Octal 357 205 264 0 54 31 6 515 115 111
Binary 11101111 10000101 10110100 0 101100 11001 110 101001101 1001101 1001001

Color Harmonies of #EF85B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85B4

Black with #EF85B4

Text Example


Text Example

White with #EF85B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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