Html Css Color HEX #EA5D52 Flamingo

📋 copy color: '#EA5D52'

red 234 ◦ green 93 ◦ blue 82

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

Shades of Flamingo #EA5D52

Tints of Flamingo #EA5D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.74%

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

R = 57.21%
G = 22.74%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA5D52 (or 0xEA5D52) is known color: Flamingo. HEX triplet: EA, 5D and 52. RGB value is (234,93,82). Sum of RGB (Red+Green+Blue) = 234+93+82=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5D52 is #15A2AD. Grayscale: #868686. Windows color (decimal): -1417902 or 5397994. OLE color: 5397994.

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

Color convert

RGB 234 93 82 -
CMYK 0 0.60 0.65 0.08
HSL 4.34º 0.78% 0.62% -
HSV(B) 4.34º 0.65% 0.92% -
XYZ 39.37 25.93 10.91 -
YUV 133.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 234 93 82 0 0.60 0.65 0.08 4.34 0.78 0.62
Hex EA 5D 52 0 3C 41 8 4 4E 3E
Octal 352 135 122 0 74 101 10 4 116 76
Binary 11101010 1011101 1010010 0 111100 1000001 1000 100 1001110 111110

Color Harmonies of #EA5D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5D52

Black with #EA5D52

Text Example


Text Example

White with #EA5D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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