#eb6fbc

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

Shades of Persian Pink #EB6FBC

Tints of Persian Pink #EB6FBC

Color information

#EB6FBC (or 0xEB6FBC) is unknown color: approx Persian Pink. HEX triplet: EB, 6F and BC. RGB value is (235,111,188). Sum of RGB (Red+Green+Blue) = 235+111+188=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FBC is #149043. Grayscale: #9C9C9C. Windows color (decimal): -1347652 or 12349419. OLE color: 12349419.

HSL color Cylindrical-coordinate representation of color #EB6FBC: hue angle of 322.74º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6FBC is Cyan = 0, Magento = 0.53, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB235111188-
CMYK00.530.20.08
HSL322.74º75.61%67.84%-
HSV(B)322.74º52.77%92.16%-
XYZ49.0232.6651.3-
YUV156.85145.58183.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.01%
GREEN value IS 111 (43.75% from 255) = 20.79%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=44.01%
G=20.79%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511118800.530.20.08322.7475.6167.84
HexEB6FBC0351481434c44
Octal3531572740652410503114104
Binary11101011110111110111100011010110100100010100001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb6fbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb6fbc; }

 p { color: rgb(235,111,188); }

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

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

 a { background-color: rgb(235,111,188); }

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

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

 span { border-color: rgb(235,111,188); }

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