Html Css Color HEX #E35A7E Dark Pink

📋 copy color: '#E35A7E'

red 227 ◦ green 90 ◦ blue 126

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

Shades of Dark Pink #E35A7E

Tints of Dark Pink #E35A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.44%

R = 51.24%
G = 20.32%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E35A7E (or 0xE35A7E) is known color: Dark Pink. HEX triplet: E3, 5A and 7E. RGB value is (227,90,126). Sum of RGB (Red+Green+Blue) = 227+90+126=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35A7E is #1CA581. Grayscale: #878787. Windows color (decimal): -1877378 or 8280803. OLE color: 8280803.

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

Color convert

RGB 227 90 126 -
CMYK 0 0.60 0.44 0.11
HSL 344.23º 0.71% 0.62% -
HSV(B) 344.23º 0.6% 0.89% -
XYZ 39.1 25.15 22.53 -
YUV 135.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 227 90 126 0 0.60 0.44 0.11 344.23 0.71 0.62
Hex E3 5A 7E 0 3C 2C B 158 47 3E
Octal 343 132 176 0 74 54 13 530 107 76
Binary 11100011 1011010 1111110 0 111100 101100 1011 101011000 1000111 111110

Color Harmonies of #E35A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A7E

Black with #E35A7E

Text Example


Text Example

White with #E35A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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