Html Css Color HEX #EA6951 Flamingo

📋 copy color: '#EA6951'

red 234 ◦ green 105 ◦ blue 81

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

Shades of Flamingo #EA6951

Tints of Flamingo #EA6951

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25%

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

R = 55.71%
G = 25%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA6951 (or 0xEA6951) is known color: Flamingo. HEX triplet: EA, 69 and 51. RGB value is (234,105,81). Sum of RGB (Red+Green+Blue) = 234+105+81=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6951 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6951 is #1596AE. Grayscale: #8D8D8D. Windows color (decimal): -1414831 or 5335530. OLE color: 5335530.

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

Color convert

RGB 234 105 81 -
CMYK 0 0.55 0.65 0.08
HSL 9.41º 0.78% 0.62% -
HSV(B) 9.41º 0.65% 0.92% -
XYZ 40.47 28.19 11.09 -
YUV 140.84 94.24 194.45 -
System Red Green Blue C M Y K H S L
Decimal 234 105 81 0 0.55 0.65 0.08 9.41 0.78 0.62
Hex EA 69 51 0 37 41 8 9 4E 3E
Octal 352 151 121 0 67 101 10 11 116 76
Binary 11101010 1101001 1010001 0 110111 1000001 1000 1001 1001110 111110

Color Harmonies of #EA6951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6951

Black with #EA6951

Text Example


Text Example

White with #EA6951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6951; }

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

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

background-color css

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

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

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

border-color css

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

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

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