#E35F8A

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

Shades of Dark Pink #E35F8A

Tints of Dark Pink #E35F8A

Color information

#E35F8A (or 0xE35F8A) is unknown color: approx Dark Pink. HEX triplet: E3, 5F and 8A. RGB value is (227,95,138). Sum of RGB (Red+Green+Blue) = 227+95+138=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35F8A is #1CA075. Grayscale: #8B8B8B. Windows color (decimal): -1876086 or 9068515. OLE color: 9068515.

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

Color convert

RGB22795138-
CMYK00.580.390.11
HSL340.45º70.21%63.14%-
HSV(B)340.45º58.15%89.02%-
XYZ40.3626.3527-
YUV139.37127.23190.5-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.35%
GREEN value IS 95 (37.5% from 255) = 20.65%
BLUE value IS 138 (54.30% from 255) = 30%
R=49.35%
G=20.65%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279513800.580.390.11340.4570.2163.14
HexE35F8A03A27B154463f
Octal343137212072471352410677
Binary11100011101111110001010011101010011110111010101001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35F8A; }

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

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

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

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

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

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

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

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