#E675BA

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

Shades of Persian Pink #E675BA

Tints of Persian Pink #E675BA

Color information

#E675BA (or 0xE675BA) is unknown color: approx Persian Pink. HEX triplet: E6, 75 and BA. RGB value is (230,117,186). Sum of RGB (Red+Green+Blue) = 230+117+186=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E675BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675BA is #198A45. Grayscale: #9E9E9E. Windows color (decimal): -1673798 or 12219878. OLE color: 12219878.

HSL color Cylindrical-coordinate representation of color #E675BA: hue angle of 323.36º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E675BA is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230117186-
CMYK00.490.190.10
HSL323.36º69.33%68.04%-
HSV(B)323.36º49.13%90.2%-
XYZ47.8633.0950.32-
YUV158.65143.44178.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.15%
GREEN value IS 117 (46.09% from 255) = 21.95%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=43.15%
G=21.95%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011718600.490.190.10323.3669.3368.04
HexE675BA03113A1434544
Octal3461652720612312503105104
Binary11100110111010110111010011000110011101010100001110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E675BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E675BA; }

 p { color: rgb(230,117,186); }

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

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

 a { background-color: rgb(230,117,186); }

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

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

 span { border-color: rgb(230,117,186); }

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