Html Css Color HEX #E35695 Dark Pink

📋 copy color: '#E35695'

red 227 ◦ green 86 ◦ blue 149

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

Shades of Dark Pink #E35695

Tints of Dark Pink #E35695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.61%

 BLUE value IS 149 (58.59% from 255) = 32.25%

R = 49.13%
G = 18.61%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E35695 (or 0xE35695) is known color: Dark Pink. HEX triplet: E3, 56 and 95. RGB value is (227,86,149). Sum of RGB (Red+Green+Blue) = 227+86+149=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E35695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35695 is #1CA96A. Grayscale: #878787. Windows color (decimal): -1878379 or 9787107. OLE color: 9787107.

HSL color Cylindrical-coordinate representation of color #E35695: hue angle of 333.19º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E35695 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 86 149 -
CMYK 0 0.62 0.34 0.11
HSL 333.19º 0.72% 0.61% -
HSV(B) 333.19º 0.62% 0.89% -
XYZ 40.43 25.16 31.16 -
YUV 135.34 135.71 193.38 -
System Red Green Blue C M Y K H S L
Decimal 227 86 149 0 0.62 0.34 0.11 333.19 0.72 0.61
Hex E3 56 95 0 3E 22 B 14D 48 3D
Octal 343 126 225 0 76 42 13 515 110 75
Binary 11100011 1010110 10010101 0 111110 100010 1011 101001101 1001000 111101

Color Harmonies of #E35695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35695

Black with #E35695

Text Example


Text Example

White with #E35695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35695; }

 p { color: rgb(227,86,149); }

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

background-color css

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

 a { background-color: rgb(227,86,149); }

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

border-color css

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

 span { border-color: rgb(227,86,149); }

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