Html Css Color HEX #E35A93 Dark Pink

📋 copy color: '#E35A93'

red 227 ◦ green 90 ◦ blue 147

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

Shades of Dark Pink #E35A93

Tints of Dark Pink #E35A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.4%

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 48.92%
G = 19.4%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E35A93 (or 0xE35A93) is known color: Dark Pink. HEX triplet: E3, 5A and 93. RGB value is (227,90,147). Sum of RGB (Red+Green+Blue) = 227+90+147=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35A93 is #1CA56C. Grayscale: #898989. Windows color (decimal): -1877357 or 9657059. OLE color: 9657059.

HSL color Cylindrical-coordinate representation of color #E35A93: hue angle of 335.04º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35A93 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 90 147 -
CMYK 0 0.60 0.35 0.11
HSL 335.04º 0.71% 0.62% -
HSV(B) 335.04º 0.6% 0.89% -
XYZ 40.6 25.75 30.43 -
YUV 137.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 227 90 147 0 0.60 0.35 0.11 335.04 0.71 0.62
Hex E3 5A 93 0 3C 23 B 14F 47 3E
Octal 343 132 223 0 74 43 13 517 107 76
Binary 11100011 1011010 10010011 0 111100 100011 1011 101001111 1000111 111110

Color Harmonies of #E35A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A93

Black with #E35A93

Text Example


Text Example

White with #E35A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A93; }

 p { color: rgb(227,90,147); }

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

background-color css

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

 a { background-color: rgb(227,90,147); }

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

border-color css

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

 span { border-color: rgb(227,90,147); }

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