#EF83B8

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

Shades of Persian Pink #EF83B8

Tints of Persian Pink #EF83B8

Color information

#EF83B8 (or 0xEF83B8) is unknown color: approx Persian Pink. HEX triplet: EF, 83 and B8. RGB value is (239,131,184). Sum of RGB (Red+Green+Blue) = 239+131+184=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83B8 is #107C47. Grayscale: #A9A9A9. Windows color (decimal): -1080392 or 12092399. OLE color: 12092399.

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

Color convert

RGB239131184-
CMYK00.450.230.06
HSL330.56º77.14%72.55%-
HSV(B)330.56º45.19%93.73%-
XYZ52.3638.0449.93-
YUV169.33136.28177.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 131 (51.56% from 255) = 23.65%
BLUE value IS 184 (72.27% from 255) = 33.21%
R=43.14%
G=23.65%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913118400.450.230.06330.5677.1472.55
HexEF83B802D17614b4d49
Octal357203270055276513115111
Binary11101111100000111011100001011011011111010100101110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF83B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF83B8; }

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

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

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

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

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

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

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

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