Html Css Color HEX #EA6153 Flamingo

📋 copy color: '#EA6153'

red 234 ◦ green 97 ◦ blue 83

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

Shades of Flamingo #EA6153

Tints of Flamingo #EA6153

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.43%

 BLUE value IS 83 (32.81% from 255) = 20.05%

R = 56.52%
G = 23.43%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA6153 (or 0xEA6153) is known color: Flamingo. HEX triplet: EA, 61 and 53. RGB value is (234,97,83). Sum of RGB (Red+Green+Blue) = 234+97+83=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6153 is #159EAC. Grayscale: #888888. Windows color (decimal): -1416877 or 5464554. OLE color: 5464554.

HSL color Cylindrical-coordinate representation of color #EA6153: hue angle of 5.56º 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 #EA6153 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 97 83 -
CMYK 0 0.59 0.65 0.08
HSL 5.56º 0.78% 0.62% -
HSV(B) 5.56º 0.65% 0.92% -
XYZ 39.77 26.67 11.23 -
YUV 136.37 97.89 197.64 -
System Red Green Blue C M Y K H S L
Decimal 234 97 83 0 0.59 0.65 0.08 5.56 0.78 0.62
Hex EA 61 53 0 3B 41 8 6 4E 3E
Octal 352 141 123 0 73 101 10 6 116 76
Binary 11101010 1100001 1010011 0 111011 1000001 1000 110 1001110 111110

Color Harmonies of #EA6153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6153

Black with #EA6153

Text Example


Text Example

White with #EA6153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6153; }

 p { color: rgb(234,97,83); }

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

background-color css

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

 a { background-color: rgb(234,97,83); }

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

border-color css

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

 span { border-color: rgb(234,97,83); }

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