#EF7DBE

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

Shades of Persian Pink #EF7DBE

Tints of Persian Pink #EF7DBE

Color information

#EF7DBE (or 0xEF7DBE) is unknown color: approx Persian Pink. HEX triplet: EF, 7D and BE. RGB value is (239,125,190). Sum of RGB (Red+Green+Blue) = 239+125+190=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7DBE is #108241. Grayscale: #A6A6A6. Windows color (decimal): -1081922 or 12484079. OLE color: 12484079.

HSL color Cylindrical-coordinate representation of color #EF7DBE: hue angle of 325.79º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7DBE is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239125190-
CMYK00.480.210.06
HSL325.79º78.08%71.37%-
HSV(B)325.79º47.7%93.73%-
XYZ52.2236.7453.05-
YUV166.5141.27179.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 125 (49.22% from 255) = 22.56%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=43.14%
G=22.56%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912519000.480.210.06325.7978.0871.37
HexEF7DBE0301561464e47
Octal357175276060256506116107
Binary1110111111111011011111001100001010111010100011010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7DBE; }

 p { color: rgb(239,125,190); }

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

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

 a { background-color: rgb(239,125,190); }

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

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

 span { border-color: rgb(239,125,190); }

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