Html Css Color HEX #E35694 Dark Pink

📋 copy color: '#E35694'

red 227 ◦ green 86 ◦ blue 148

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

Shades of Dark Pink #E35694

Tints of Dark Pink #E35694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.1%

R = 49.24%
G = 18.66%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E35694 (or 0xE35694) is known color: Dark Pink. HEX triplet: E3, 56 and 94. RGB value is (227,86,148). Sum of RGB (Red+Green+Blue) = 227+86+148=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E35694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35694 is #1CA96B. Grayscale: #878787. Windows color (decimal): -1878380 or 9721571. OLE color: 9721571.

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

Color convert

RGB 227 86 148 -
CMYK 0 0.62 0.35 0.11
HSL 333.62º 0.72% 0.61% -
HSV(B) 333.62º 0.62% 0.89% -
XYZ 40.35 25.12 30.74 -
YUV 135.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 227 86 148 0 0.62 0.35 0.11 333.62 0.72 0.61
Hex E3 56 94 0 3E 23 B 14E 48 3D
Octal 343 126 224 0 76 43 13 516 110 75
Binary 11100011 1010110 10010100 0 111110 100011 1011 101001110 1001000 111101

Color Harmonies of #E35694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35694

Black with #E35694

Text Example


Text Example

White with #E35694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35694; }

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

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

background-color css

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

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

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

border-color css

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

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

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