Html Css Color HEX #E35381 Dark Pink

📋 copy color: '#E35381'

red 227 ◦ green 83 ◦ blue 129

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

Shades of Dark Pink #E35381

Tints of Dark Pink #E35381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.91%

 BLUE value IS 129 (50.78% from 255) = 29.38%

R = 51.71%
G = 18.91%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E35381 (or 0xE35381) is known color: Dark Pink. HEX triplet: E3, 53 and 81. RGB value is (227,83,129). Sum of RGB (Red+Green+Blue) = 227+83+129=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E35381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35381 is #1CAC7E. Grayscale: #838383. Windows color (decimal): -1879167 or 8475619. OLE color: 8475619.

HSL color Cylindrical-coordinate representation of color #E35381: hue angle of 340.83º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35381 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 83 129 -
CMYK 0 0.63 0.43 0.11
HSL 340.83º 0.72% 0.61% -
HSV(B) 340.83º 0.63% 0.89% -
XYZ 38.73 24.1 23.38 -
YUV 131.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 227 83 129 0 0.63 0.43 0.11 340.83 0.72 0.61
Hex E3 53 81 0 3F 2B B 155 48 3D
Octal 343 123 201 0 77 53 13 525 110 75
Binary 11100011 1010011 10000001 0 111111 101011 1011 101010101 1001000 111101

Color Harmonies of #E35381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35381

Black with #E35381

Text Example


Text Example

White with #E35381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35381; }

 p { color: rgb(227,83,129); }

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

background-color css

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

 a { background-color: rgb(227,83,129); }

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

border-color css

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

 span { border-color: rgb(227,83,129); }

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