Html Css Color HEX #EF85B3 Persian Pink

📋 copy color: '#EF85B3'

red 239 ◦ green 133 ◦ blue 179

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

Shades of Persian Pink #EF85B3

Tints of Persian Pink #EF85B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.49%

R = 43.38%
G = 24.14%
B = 32.49%

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

#EF85B3 (or 0xEF85B3) is known color: Persian Pink. HEX triplet: EF, 85 and B3. RGB value is (239,133,179). Sum of RGB (Red+Green+Blue) = 239+133+179=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85B3 is #107A4C. Grayscale: #A9A9A9. Windows color (decimal): -1079885 or 11765231. OLE color: 11765231.

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

Color convert

RGB 239 133 179 -
CMYK 0 0.44 0.25 0.06
HSL 333.96º 0.77% 0.73% -
HSV(B) 333.96º 0.44% 0.94% -
XYZ 52.12 38.38 47.31 -
YUV 169.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 239 133 179 0 0.44 0.25 0.06 333.96 0.77 0.73
Hex EF 85 B3 0 2C 19 6 14E 4D 49
Octal 357 205 263 0 54 31 6 516 115 111
Binary 11101111 10000101 10110011 0 101100 11001 110 101001110 1001101 1001001

Color Harmonies of #EF85B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85B3

Black with #EF85B3

Text Example


Text Example

White with #EF85B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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