#E95465

Color #E95465 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #E95465

Tints of Wild Watermelon #E95465

Color information

#E95465 (or 0xE95465) is unknown color: approx Wild Watermelon. HEX triplet: E9, 54 and 65. RGB value is (233,84,101). Sum of RGB (Red+Green+Blue) = 233+84+101=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E95465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95465 is #16AB9A. Grayscale: #828282. Windows color (decimal): -1485723 or 6640873. OLE color: 6640873.

HSL color Cylindrical-coordinate representation of color #E95465: hue angle of 353.15º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95465 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB23384101-
CMYK00.640.570.09
HSL353.15º77.2%62.16%-
HSV(B)353.15º63.95%91.37%-
XYZ39.1224.615-
YUV130.49111.36201.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.74%
GREEN value IS 84 (33.20% from 255) = 20.10%
BLUE value IS 101 (39.84% from 255) = 24.16%
R=55.74%
G=20.10%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338410100.640.570.09353.1577.262.16
HexE954650403991614d3e
Octal3511241450100711154111576
Binary11101001101010011001010100000011100110011011000011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95465; }

 p { color: rgb(233,84,101); }

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

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

 a { background-color: rgb(233,84,101); }

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

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

 span { border-color: rgb(233,84,101); }

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