#E675C0

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

Shades of Persian Pink #E675C0

Tints of Persian Pink #E675C0

Color information

#E675C0 (or 0xE675C0) is unknown color: approx Persian Pink. HEX triplet: E6, 75 and C0. RGB value is (230,117,192). Sum of RGB (Red+Green+Blue) = 230+117+192=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E675C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675C0 is #198A3F. Grayscale: #9F9F9F. Windows color (decimal): -1673792 or 12613094. OLE color: 12613094.

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

Color convert

RGB230117192-
CMYK00.490.170.10
HSL320.18º69.33%68.04%-
HSV(B)320.18º49.13%90.2%-
XYZ48.5133.3553.75-
YUV159.34146.44178.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.67%
GREEN value IS 117 (46.09% from 255) = 21.71%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=42.67%
G=21.71%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011719200.490.170.10320.1869.3368.04
HexE675C003111A1404544
Octal3461653000612112500105104
Binary11100110111010111000000011000110001101010100000010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E675C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E675C0; }

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

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

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

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

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

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

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

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