Html Css Color HEX #EA6955 Flamingo

📋 copy color: '#EA6955'

red 234 ◦ green 105 ◦ blue 85

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

Shades of Flamingo #EA6955

Tints of Flamingo #EA6955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.05%

R = 55.19%
G = 24.76%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA6955 (or 0xEA6955) is known color: Flamingo. HEX triplet: EA, 69 and 55. RGB value is (234,105,85). Sum of RGB (Red+Green+Blue) = 234+105+85=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6955 is #1596AA. Grayscale: #8D8D8D. Windows color (decimal): -1414827 or 5597674. OLE color: 5597674.

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

Color convert

RGB 234 105 85 -
CMYK 0 0.55 0.64 0.08
HSL 8.05º 0.78% 0.63% -
HSV(B) 8.05º 0.64% 0.92% -
XYZ 40.62 28.25 11.91 -
YUV 141.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 234 105 85 0 0.55 0.64 0.08 8.05 0.78 0.63
Hex EA 69 55 0 37 40 8 8 4E 3F
Octal 352 151 125 0 67 100 10 10 116 77
Binary 11101010 1101001 1010101 0 110111 1000000 1000 1000 1001110 111111

Color Harmonies of #EA6955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6955

Black with #EA6955

Text Example


Text Example

White with #EA6955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6955; }

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

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

background-color css

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

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

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

border-color css

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

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

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