Html Css Color HEX #EA615B Flamingo

📋 copy color: '#EA615B'

red 234 ◦ green 97 ◦ blue 91

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

Shades of Flamingo #EA615B

Tints of Flamingo #EA615B

RGB

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

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

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

R = 55.45%
G = 22.99%
B = 21.56%

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

#EA615B (or 0xEA615B) is known color: Flamingo. HEX triplet: EA, 61 and 5B. RGB value is (234,97,91). Sum of RGB (Red+Green+Blue) = 234+97+91=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA615B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA615B is #159EA4. Grayscale: #898989. Windows color (decimal): -1416869 or 5988842. OLE color: 5988842.

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

Color convert

RGB 234 97 91 -
CMYK 0 0.59 0.61 0.08
HSL 2.52º 0.77% 0.64% -
HSV(B) 2.52º 0.61% 0.92% -
XYZ 40.09 26.8 12.96 -
YUV 137.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 234 97 91 0 0.59 0.61 0.08 2.52 0.77 0.64
Hex EA 61 5B 0 3B 3D 8 3 4D 40
Octal 352 141 133 0 73 75 10 3 115 100
Binary 11101010 1100001 1011011 0 111011 111101 1000 11 1001101 1000000

Color Harmonies of #EA615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA615B

Black with #EA615B

Text Example


Text Example

White with #EA615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA615B; }

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

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

background-color css

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

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

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

border-color css

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

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

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