Html Css Color HEX #E35D8E Dark Pink

📋 copy color: '#E35D8E'

red 227 ◦ green 93 ◦ blue 142

#E35D8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #E35D8E

Tints of Dark Pink #E35D8E

RGB

 RED value IS 227 (89.06% from 255) = 49.13%

 GREEN value IS 93 (36.72% from 255) = 20.13%

 BLUE value IS 142 (55.86% from 255) = 30.74%

R = 49.13%
G = 20.13%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E35D8E (or 0xE35D8E) is known color: Dark Pink. HEX triplet: E3, 5D and 8E. RGB value is (227,93,142). Sum of RGB (Red+Green+Blue) = 227+93+142=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35D8E is #1CA271. Grayscale: #8A8A8A. Windows color (decimal): -1876594 or 9330147. OLE color: 9330147.

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

Color convert

RGB 227 93 142 -
CMYK 0 0.59 0.37 0.11
HSL 338.06º 0.71% 0.63% -
HSV(B) 338.06º 0.59% 0.89% -
XYZ 40.48 26.11 28.5 -
YUV 138.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 227 93 142 0 0.59 0.37 0.11 338.06 0.71 0.63
Hex E3 5D 8E 0 3B 25 B 152 47 3F
Octal 343 135 216 0 73 45 13 522 107 77
Binary 11100011 1011101 10001110 0 111011 100101 1011 101010010 1000111 111111

Color Harmonies of #E35D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35D8E

Black with #E35D8E

Text Example


Text Example

White with #E35D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35D8E; }

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

 H1.HeaderClassName
 {
   color: #E35D8E;
 }
 .AnyTagClassName
 {
   color: #E35D8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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