#E35B8A

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

Shades of Dark Pink #E35B8A

Tints of Dark Pink #E35B8A

Color information

#E35B8A (or 0xE35B8A) is unknown color: approx Dark Pink. HEX triplet: E3, 5B and 8A. RGB value is (227,91,138). Sum of RGB (Red+Green+Blue) = 227+91+138=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35B8A is #1CA475. Grayscale: #888888. Windows color (decimal): -1877110 or 9067491. OLE color: 9067491.

HSL color Cylindrical-coordinate representation of color #E35B8A: hue angle of 339.26º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35B8A is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB22791138-
CMYK00.600.390.11
HSL339.26º70.83%62.35%-
HSV(B)339.26º59.91%89.02%-
XYZ40.0125.6526.89-
YUV137.02128.56192.18-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.78%
GREEN value IS 91 (35.94% from 255) = 19.96%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=49.78%
G=19.96%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279113800.600.390.11339.2670.8362.35
HexE35B8A03C27B153473e
Octal343133212074471352310776
Binary11100011101101110001010011110010011110111010100111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35B8A; }

 p { color: rgb(227,91,138); }

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

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

 a { background-color: rgb(227,91,138); }

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

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

 span { border-color: rgb(227,91,138); }

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