Html Css Color HEX #E2485B Mandy

📋 copy color: '#E2485B'

red 226 ◦ green 72 ◦ blue 91

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

Shades of Mandy #E2485B

Tints of Mandy #E2485B

RGB

 RED value IS 226 (88.67% from 255) = 58.1%

 GREEN value IS 72 (28.52% from 255) = 18.51%

 BLUE value IS 91 (35.94% from 255) = 23.39%

R = 58.1%
G = 18.51%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2485B (or 0xE2485B) is known color: Mandy. HEX triplet: E2, 48 and 5B. RGB value is (226,72,91). Sum of RGB (Red+Green+Blue) = 226+72+91=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E2485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2485B is #1DB7A4. Grayscale: #787878. Windows color (decimal): -1947557 or 5982434. OLE color: 5982434.

HSL color Cylindrical-coordinate representation of color #E2485B: hue angle of 352.6º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2485B is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 72 91 -
CMYK 0 0.68 0.60 0.11
HSL 352.6º 0.73% 0.58% -
HSV(B) 352.6º 0.68% 0.89% -
XYZ 35.57 21.56 12.18 -
YUV 120.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 226 72 91 0 0.68 0.60 0.11 352.6 0.73 0.58
Hex E2 48 5B 0 44 3C B 161 49 3A
Octal 342 110 133 0 104 74 13 541 111 72
Binary 11100010 1001000 1011011 0 1000100 111100 1011 101100001 1001001 111010

Color Harmonies of #E2485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2485B

Black with #E2485B

Text Example


Text Example

White with #E2485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2485B; }

 p { color: rgb(226,72,91); }

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

background-color css

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

 a { background-color: rgb(226,72,91); }

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

border-color css

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

 span { border-color: rgb(226,72,91); }

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