Html Css Color HEX #EA6858 Flamingo

📋 copy color: '#EA6858'

red 234 ◦ green 104 ◦ blue 88

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

Shades of Flamingo #EA6858

Tints of Flamingo #EA6858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.41%

 BLUE value IS 88 (34.77% from 255) = 20.66%

R = 54.93%
G = 24.41%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA6858 (or 0xEA6858) is known color: Flamingo. HEX triplet: EA, 68 and 58. RGB value is (234,104,88). Sum of RGB (Red+Green+Blue) = 234+104+88=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6858 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6858 is #1597A7. Grayscale: #8D8D8D. Windows color (decimal): -1415080 or 5794026. OLE color: 5794026.

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

Color convert

RGB 234 104 88 -
CMYK 0 0.56 0.62 0.08
HSL 6.58º 0.78% 0.63% -
HSV(B) 6.58º 0.62% 0.92% -
XYZ 40.64 28.1 12.51 -
YUV 141.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 234 104 88 0 0.56 0.62 0.08 6.58 0.78 0.63
Hex EA 68 58 0 38 3E 8 7 4E 3F
Octal 352 150 130 0 70 76 10 7 116 77
Binary 11101010 1101000 1011000 0 111000 111110 1000 111 1001110 111111

Color Harmonies of #EA6858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6858

Black with #EA6858

Text Example


Text Example

White with #EA6858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6858; }

 p { color: rgb(234,104,88); }

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

background-color css

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

 a { background-color: rgb(234,104,88); }

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

border-color css

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

 span { border-color: rgb(234,104,88); }

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