#e35daf

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

Shades of Hot Pink #E35DAF

Tints of Hot Pink #E35DAF

Color information

#E35DAF (or 0xE35DAF) is unknown color: approx Hot Pink. HEX triplet: E3, 5D and AF. RGB value is (227,93,175). Sum of RGB (Red+Green+Blue) = 227+93+175=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35DAF is #1CA250. Grayscale: #8E8E8E. Windows color (decimal): -1876561 or 11492835. OLE color: 11492835.

HSL color Cylindrical-coordinate representation of color #E35DAF: hue angle of 323.28º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35DAF is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB22793175-
CMYK00.590.230.11
HSL323.28º70.53%62.75%-
HSV(B)323.28º59.03%89.02%-
XYZ43.3327.2543.53-
YUV142.41146.39188.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.86%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=45.86%
G=18.79%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279317500.590.230.11323.2870.5362.75
HexE35DAF03B17B143473f
Octal343135257073271350310777
Binary1110001110111011010111101110111011110111010000111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e35daf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e35daf; }

 p { color: rgb(227,93,175); }

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

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

 a { background-color: rgb(227,93,175); }

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

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

 span { border-color: rgb(227,93,175); }

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