#EF7BBA

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

Shades of Persian Pink #EF7BBA

Tints of Persian Pink #EF7BBA

Color information

#EF7BBA (or 0xEF7BBA) is unknown color: approx Persian Pink. HEX triplet: EF, 7B and BA. RGB value is (239,123,186). Sum of RGB (Red+Green+Blue) = 239+123+186=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BBA is #108445. Grayscale: #A4A4A4. Windows color (decimal): -1082438 or 12221423. OLE color: 12221423.

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

Color convert

RGB239123186-
CMYK00.490.220.06
HSL327.41º78.38%70.98%-
HSV(B)327.41º48.54%93.73%-
XYZ51.5436.0650.7-
YUV164.87139.93180.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.61%
GREEN value IS 123 (48.44% from 255) = 22.45%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=43.61%
G=22.45%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912318600.490.220.06327.4178.3870.98
HexEF7BBA0311661474e47
Octal357173272061266507116107
Binary1110111111110111011101001100011011011010100011110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7BBA; }

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

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

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

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

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

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

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

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