Html Css Color HEX #EA6151 Flamingo

📋 copy color: '#EA6151'

red 234 ◦ green 97 ◦ blue 81

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

Shades of Flamingo #EA6151

Tints of Flamingo #EA6151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.66%

R = 56.8%
G = 23.54%
B = 19.66%

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

#EA6151 (or 0xEA6151) is known color: Flamingo. HEX triplet: EA, 61 and 51. RGB value is (234,97,81). Sum of RGB (Red+Green+Blue) = 234+97+81=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6151 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6151 is #159EAE. Grayscale: #888888. Windows color (decimal): -1416879 or 5333482. OLE color: 5333482.

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

Color convert

RGB 234 97 81 -
CMYK 0 0.59 0.65 0.08
HSL 6.27º 0.78% 0.62% -
HSV(B) 6.27º 0.65% 0.92% -
XYZ 39.69 26.64 10.83 -
YUV 136.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 234 97 81 0 0.59 0.65 0.08 6.27 0.78 0.62
Hex EA 61 51 0 3B 41 8 6 4E 3E
Octal 352 141 121 0 73 101 10 6 116 76
Binary 11101010 1100001 1010001 0 111011 1000001 1000 110 1001110 111110

Color Harmonies of #EA6151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6151

Black with #EA6151

Text Example


Text Example

White with #EA6151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6151; }

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

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

background-color css

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

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

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

border-color css

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

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

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