#EF7EB5

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

Shades of Persian Pink #EF7EB5

Tints of Persian Pink #EF7EB5

Color information

#EF7EB5 (or 0xEF7EB5) is unknown color: approx Persian Pink. HEX triplet: EF, 7E and B5. RGB value is (239,126,181). Sum of RGB (Red+Green+Blue) = 239+126+181=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7EB5 is #10814A. Grayscale: #A5A5A5. Windows color (decimal): -1081675 or 11894511. OLE color: 11894511.

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

Color convert

RGB239126181-
CMYK00.470.240.06
HSL330.8º77.93%71.57%-
HSV(B)330.8º47.28%93.73%-
XYZ51.436.6148.07-
YUV166.06136.44180.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.77%
GREEN value IS 126 (49.61% from 255) = 23.08%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=43.77%
G=23.08%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912618100.470.240.06330.877.9371.57
HexEF7EB502F18614b4e48
Octal357176265057306513116110
Binary1110111111111101011010101011111100011010100101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7EB5; }

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

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

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

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

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

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

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

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