Html Css Color HEX #E35D8B Dark Pink

📋 copy color: '#E35D8B'

red 227 ◦ green 93 ◦ blue 139

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

Shades of Dark Pink #E35D8B

Tints of Dark Pink #E35D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 49.46%
G = 20.26%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E35D8B (or 0xE35D8B) is known color: Dark Pink. HEX triplet: E3, 5D and 8B. RGB value is (227,93,139). Sum of RGB (Red+Green+Blue) = 227+93+139=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35D8B is #1CA274. Grayscale: #8A8A8A. Windows color (decimal): -1876597 or 9133539. OLE color: 9133539.

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

Color convert

RGB 227 93 139 -
CMYK 0 0.59 0.39 0.11
HSL 339.4º 0.71% 0.63% -
HSV(B) 339.4º 0.59% 0.89% -
XYZ 40.25 26.02 27.33 -
YUV 138.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 227 93 139 0 0.59 0.39 0.11 339.4 0.71 0.63
Hex E3 5D 8B 0 3B 27 B 153 47 3F
Octal 343 135 213 0 73 47 13 523 107 77
Binary 11100011 1011101 10001011 0 111011 100111 1011 101010011 1000111 111111

Color Harmonies of #E35D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35D8B

Black with #E35D8B

Text Example


Text Example

White with #E35D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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