#EF83B5

Color #EF83B5 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #EF83B5

Tints of Persian Pink #EF83B5

Color information

#EF83B5 (or 0xEF83B5) is unknown color: approx Persian Pink. HEX triplet: EF, 83 and B5. RGB value is (239,131,181). Sum of RGB (Red+Green+Blue) = 239+131+181=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83B5 is #107C4A. Grayscale: #A8A8A8. Windows color (decimal): -1080395 or 11895791. OLE color: 11895791.

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

Color convert

RGB239131181-
CMYK00.450.240.06
HSL332.22º77.14%72.55%-
HSV(B)332.22º45.19%93.73%-
XYZ52.0537.9248.29-
YUV168.99134.78177.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.38%
GREEN value IS 131 (51.56% from 255) = 23.77%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=43.38%
G=23.77%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913118100.450.240.06332.2277.1472.55
HexEF83B502D18614c4d49
Octal357203265055306514115111
Binary11101111100000111011010101011011100011010100110010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF83B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF83B5; }

 p { color: rgb(239,131,181); }

 H1.HeaderClassName
 {
   color: #EF83B5;
 }
 .AnyTagClassName
 {
   color: #EF83B5;
 }
</style>
background-color css

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

 a { background-color: rgb(239,131,181); }

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

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

 span { border-color: rgb(239,131,181); }

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