Html Css Color HEX #EA4D52 Mandy

📋 copy color: '#EA4D52'

red 234 ◦ green 77 ◦ blue 82

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

Shades of Mandy #EA4D52

Tints of Mandy #EA4D52

RGB

 RED value IS 234 (91.8% from 255) = 59.54%

 GREEN value IS 77 (30.47% from 255) = 19.59%

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

R = 59.54%
G = 19.59%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA4D52 (or 0xEA4D52) is known color: Mandy. HEX triplet: EA, 4D and 52. RGB value is (234,77,82). Sum of RGB (Red+Green+Blue) = 234+77+82=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D52 is #15B2AD. Grayscale: #7C7C7C. Windows color (decimal): -1421998 or 5393898. OLE color: 5393898.

HSL color Cylindrical-coordinate representation of color #EA4D52: hue angle of 358.09º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4D52 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 77 82 -
CMYK 0 0.67 0.65 0.08
HSL 358.09º 0.79% 0.61% -
HSV(B) 358.09º 0.67% 0.92% -
XYZ 38.11 23.41 10.49 -
YUV 124.51 104.01 206.09 -
System Red Green Blue C M Y K H S L
Decimal 234 77 82 0 0.67 0.65 0.08 358.09 0.79 0.61
Hex EA 4D 52 0 43 41 8 166 4F 3D
Octal 352 115 122 0 103 101 10 546 117 75
Binary 11101010 1001101 1010010 0 1000011 1000001 1000 101100110 1001111 111101

Color Harmonies of #EA4D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D52

Black with #EA4D52

Text Example


Text Example

White with #EA4D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D52; }

 p { color: rgb(234,77,82); }

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

background-color css

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

 a { background-color: rgb(234,77,82); }

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

border-color css

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

 span { border-color: rgb(234,77,82); }

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