Html Css Color HEX #EA605B Flamingo

📋 copy color: '#EA605B'

red 234 ◦ green 96 ◦ blue 91

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

Shades of Flamingo #EA605B

Tints of Flamingo #EA605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.8%

 BLUE value IS 91 (35.94% from 255) = 21.62%

R = 55.58%
G = 22.8%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA605B (or 0xEA605B) is known color: Flamingo. HEX triplet: EA, 60 and 5B. RGB value is (234,96,91). Sum of RGB (Red+Green+Blue) = 234+96+91=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA605B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA605B is #159FA4. Grayscale: #888888. Windows color (decimal): -1417125 or 5988586. OLE color: 5988586.

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

Color convert

RGB 234 96 91 -
CMYK 0 0.59 0.61 0.08
HSL 2.1º 0.77% 0.64% -
HSV(B) 2.1º 0.61% 0.92% -
XYZ 40 26.61 12.93 -
YUV 136.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 234 96 91 0 0.59 0.61 0.08 2.1 0.77 0.64
Hex EA 60 5B 0 3B 3D 8 2 4D 40
Octal 352 140 133 0 73 75 10 2 115 100
Binary 11101010 1100000 1011011 0 111011 111101 1000 10 1001101 1000000

Color Harmonies of #EA605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA605B

Black with #EA605B

Text Example


Text Example

White with #EA605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA605B; }

 p { color: rgb(234,96,91); }

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

background-color css

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

 a { background-color: rgb(234,96,91); }

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

border-color css

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

 span { border-color: rgb(234,96,91); }

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