Html Css Color HEX #E35282 Dark Pink

📋 copy color: '#E35282'

red 227 ◦ green 82 ◦ blue 130

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

Shades of Dark Pink #E35282

Tints of Dark Pink #E35282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.61%

R = 51.71%
G = 18.68%
B = 29.61%

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

#E35282 (or 0xE35282) is known color: Dark Pink. HEX triplet: E3, 52 and 82. RGB value is (227,82,130). Sum of RGB (Red+Green+Blue) = 227+82+130=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E35282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35282 is #1CAD7D. Grayscale: #828282. Windows color (decimal): -1879422 or 8540899. OLE color: 8540899.

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

Color convert

RGB 227 82 130 -
CMYK 0 0.64 0.43 0.11
HSL 340.14º 0.72% 0.61% -
HSV(B) 340.14º 0.64% 0.89% -
XYZ 38.73 23.98 23.71 -
YUV 130.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 227 82 130 0 0.64 0.43 0.11 340.14 0.72 0.61
Hex E3 52 82 0 40 2B B 154 48 3D
Octal 343 122 202 0 100 53 13 524 110 75
Binary 11100011 1010010 10000010 0 1000000 101011 1011 101010100 1001000 111101

Color Harmonies of #E35282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35282

Black with #E35282

Text Example


Text Example

White with #E35282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35282; }

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

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

background-color css

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

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

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

border-color css

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

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

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