#EF7BB1

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

Shades of Persian Pink #EF7BB1

Tints of Persian Pink #EF7BB1

Color information

#EF7BB1 (or 0xEF7BB1) is unknown color: approx Persian Pink. HEX triplet: EF, 7B and B1. RGB value is (239,123,177). Sum of RGB (Red+Green+Blue) = 239+123+177=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7BB1 is #10844E. Grayscale: #A3A3A3. Windows color (decimal): -1082447 or 11631599. OLE color: 11631599.

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

Color convert

RGB239123177-
CMYK00.490.260.06
HSL332.07º78.38%70.98%-
HSV(B)332.07º48.54%93.73%-
XYZ50.6235.6945.82-
YUV163.84135.43181.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 123 (48.44% from 255) = 22.82%
BLUE value IS 177 (69.53% from 255) = 32.84%
R=44.34%
G=22.82%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912317700.490.260.06332.0778.3870.98
HexEF7BB10311A614c4e47
Octal357173261061326514116107
Binary1110111111110111011000101100011101011010100110010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7BB1; }

 p { color: rgb(239,123,177); }

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

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

 a { background-color: rgb(239,123,177); }

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

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

 span { border-color: rgb(239,123,177); }

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