#E35DBA

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

Shades of Hot Pink #E35DBA

Tints of Hot Pink #E35DBA

Color information

#E35DBA (or 0xE35DBA) is unknown color: approx Hot Pink. HEX triplet: E3, 5D and BA. RGB value is (227,93,186). Sum of RGB (Red+Green+Blue) = 227+93+186=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DBA is #1CA245. Grayscale: #8F8F8F. Windows color (decimal): -1876550 or 12213731. OLE color: 12213731.

HSL color Cylindrical-coordinate representation of color #E35DBA: hue angle of 318.36º 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 #E35DBA is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB22793186-
CMYK00.590.180.11
HSL318.36º70.53%62.75%-
HSV(B)318.36º59.03%89.02%-
XYZ44.4627.749.46-
YUV143.67151.89187.44-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.86%
GREEN value IS 93 (36.72% from 255) = 18.38%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=44.86%
G=18.38%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279318600.590.180.11318.3670.5362.75
HexE35DBA03B12B13e473f
Octal343135272073221347610777
Binary1110001110111011011101001110111001010111001111101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35DBA; }

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

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

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

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

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

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

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

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