Html Css Color HEX #E35382 Dark Pink

📋 copy color: '#E35382'

red 227 ◦ green 83 ◦ blue 130

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

Shades of Dark Pink #E35382

Tints of Dark Pink #E35382

RGB

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

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

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

R = 51.59%
G = 18.86%
B = 29.55%

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

#E35382 (or 0xE35382) is known color: Dark Pink. HEX triplet: E3, 53 and 82. RGB value is (227,83,130). Sum of RGB (Red+Green+Blue) = 227+83+130=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E35382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35382 is #1CAC7D. Grayscale: #838383. Windows color (decimal): -1879166 or 8541155. OLE color: 8541155.

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

Color convert

RGB 227 83 130 -
CMYK 0 0.63 0.43 0.11
HSL 340.42º 0.72% 0.61% -
HSV(B) 340.42º 0.63% 0.89% -
XYZ 38.8 24.13 23.73 -
YUV 131.41 127.21 196.18 -
System Red Green Blue C M Y K H S L
Decimal 227 83 130 0 0.63 0.43 0.11 340.42 0.72 0.61
Hex E3 53 82 0 3F 2B B 154 48 3D
Octal 343 123 202 0 77 53 13 524 110 75
Binary 11100011 1010011 10000010 0 111111 101011 1011 101010100 1001000 111101

Color Harmonies of #E35382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35382

Black with #E35382

Text Example


Text Example

White with #E35382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35382; }

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

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

background-color css

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

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

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

border-color css

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

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

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