Html Css Color HEX #E35281 Dark Pink

📋 copy color: '#E35281'

red 227 ◦ green 82 ◦ blue 129

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

Shades of Dark Pink #E35281

Tints of Dark Pink #E35281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.72%

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

R = 51.83%
G = 18.72%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E35281 (or 0xE35281) is known color: Dark Pink. HEX triplet: E3, 52 and 81. RGB value is (227,82,129). Sum of RGB (Red+Green+Blue) = 227+82+129=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E35281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35281 is #1CAD7E. Grayscale: #828282. Windows color (decimal): -1879423 or 8475363. OLE color: 8475363.

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

Color convert

RGB 227 82 129 -
CMYK 0 0.64 0.43 0.11
HSL 340.55º 0.72% 0.61% -
HSV(B) 340.55º 0.64% 0.89% -
XYZ 38.66 23.95 23.35 -
YUV 130.71 127.04 196.68 -
System Red Green Blue C M Y K H S L
Decimal 227 82 129 0 0.64 0.43 0.11 340.55 0.72 0.61
Hex E3 52 81 0 40 2B B 155 48 3D
Octal 343 122 201 0 100 53 13 525 110 75
Binary 11100011 1010010 10000001 0 1000000 101011 1011 101010101 1001000 111101

Color Harmonies of #E35281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35281

Black with #E35281

Text Example


Text Example

White with #E35281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35281; }

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

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

background-color css

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

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

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

border-color css

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

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

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