Html Css Color HEX #E35A83 Dark Pink

📋 copy color: '#E35A83'

red 227 ◦ green 90 ◦ blue 131

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

Shades of Dark Pink #E35A83

Tints of Dark Pink #E35A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.24%

R = 50.67%
G = 20.09%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E35A83 (or 0xE35A83) is known color: Dark Pink. HEX triplet: E3, 5A and 83. RGB value is (227,90,131). Sum of RGB (Red+Green+Blue) = 227+90+131=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35A83 is #1CA57C. Grayscale: #878787. Windows color (decimal): -1877373 or 8608483. OLE color: 8608483.

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

Color convert

RGB 227 90 131 -
CMYK 0 0.60 0.42 0.11
HSL 342.04º 0.71% 0.62% -
HSV(B) 342.04º 0.6% 0.89% -
XYZ 39.43 25.28 24.27 -
YUV 135.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 227 90 131 0 0.60 0.42 0.11 342.04 0.71 0.62
Hex E3 5A 83 0 3C 2A B 156 47 3E
Octal 343 132 203 0 74 52 13 526 107 76
Binary 11100011 1011010 10000011 0 111100 101010 1011 101010110 1000111 111110

Color Harmonies of #E35A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A83

Black with #E35A83

Text Example


Text Example

White with #E35A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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