Html Css Color HEX #E94A52 Mandy

📋 copy color: '#E94A52'

red 233 ◦ green 74 ◦ blue 82

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

Shades of Mandy #E94A52

Tints of Mandy #E94A52

RGB

 RED value IS 233 (91.41% from 255) = 59.9%

 GREEN value IS 74 (29.3% from 255) = 19.02%

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 59.9%
G = 19.02%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E94A52 (or 0xE94A52) is known color: Mandy. HEX triplet: E9, 4A and 52. RGB value is (233,74,82). Sum of RGB (Red+Green+Blue) = 233+74+82=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A52 is #16B5AD. Grayscale: #7A7A7A. Windows color (decimal): -1488302 or 5393129. OLE color: 5393129.

HSL color Cylindrical-coordinate representation of color #E94A52: hue angle of 356.98º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94A52 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 74 82 -
CMYK 0 0.68 0.65 0.09
HSL 356.98º 0.78% 0.6% -
HSV(B) 356.98º 0.68% 0.91% -
XYZ 37.58 22.83 10.41 -
YUV 122.45 105.18 206.85 -
System Red Green Blue C M Y K H S L
Decimal 233 74 82 0 0.68 0.65 0.09 356.98 0.78 0.6
Hex E9 4A 52 0 44 41 9 165 4E 3C
Octal 351 112 122 0 104 101 11 545 116 74
Binary 11101001 1001010 1010010 0 1000100 1000001 1001 101100101 1001110 111100

Color Harmonies of #E94A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A52

Black with #E94A52

Text Example


Text Example

White with #E94A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A52; }

 p { color: rgb(233,74,82); }

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

background-color css

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

 a { background-color: rgb(233,74,82); }

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

border-color css

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

 span { border-color: rgb(233,74,82); }

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