Html Css Color HEX #E35696 Dark Pink

📋 copy color: '#E35696'

red 227 ◦ green 86 ◦ blue 150

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

Shades of Dark Pink #E35696

Tints of Dark Pink #E35696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.4%

R = 49.03%
G = 18.57%
B = 32.4%

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

#E35696 (or 0xE35696) is known color: Dark Pink. HEX triplet: E3, 56 and 96. RGB value is (227,86,150). Sum of RGB (Red+Green+Blue) = 227+86+150=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E35696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35696 is #1CA969. Grayscale: #878787. Windows color (decimal): -1878378 or 9852643. OLE color: 9852643.

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

Color convert

RGB 227 86 150 -
CMYK 0 0.62 0.34 0.11
HSL 332.77º 0.72% 0.61% -
HSV(B) 332.77º 0.62% 0.89% -
XYZ 40.51 25.19 31.58 -
YUV 135.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 227 86 150 0 0.62 0.34 0.11 332.77 0.72 0.61
Hex E3 56 96 0 3E 22 B 14D 48 3D
Octal 343 126 226 0 76 42 13 515 110 75
Binary 11100011 1010110 10010110 0 111110 100010 1011 101001101 1001000 111101

Color Harmonies of #E35696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35696

Black with #E35696

Text Example


Text Example

White with #E35696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35696; }

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

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

background-color css

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

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

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

border-color css

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

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

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