Html Css Color HEX #E35260 Mandy

📋 copy color: '#E35260'

red 227 ◦ green 82 ◦ blue 96

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

Shades of Mandy #E35260

Tints of Mandy #E35260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 56.05%
G = 20.25%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E35260 (or 0xE35260) is known color: Mandy. HEX triplet: E3, 52 and 60. RGB value is (227,82,96). Sum of RGB (Red+Green+Blue) = 227+82+96=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E35260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35260 is #1CAD9F. Grayscale: #7F7F7F. Windows color (decimal): -1879456 or 6312675. OLE color: 6312675.

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

Color convert

RGB 227 82 96 -
CMYK 0 0.64 0.58 0.11
HSL 354.21º 0.72% 0.61% -
HSV(B) 354.21º 0.64% 0.89% -
XYZ 36.81 23.21 13.61 -
YUV 126.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 227 82 96 0 0.64 0.58 0.11 354.21 0.72 0.61
Hex E3 52 60 0 40 3A B 162 48 3D
Octal 343 122 140 0 100 72 13 542 110 75
Binary 11100011 1010010 1100000 0 1000000 111010 1011 101100010 1001000 111101

Color Harmonies of #E35260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35260

Black with #E35260

Text Example


Text Example

White with #E35260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35260; }

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

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

background-color css

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

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

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

border-color css

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

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

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