Html Css Color HEX #EA5E4B Flamingo

📋 copy color: '#EA5E4B'

red 234 ◦ green 94 ◦ blue 75

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

Shades of Flamingo #EA5E4B

Tints of Flamingo #EA5E4B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.33%

 BLUE value IS 75 (29.69% from 255) = 18.61%

R = 58.06%
G = 23.33%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA5E4B (or 0xEA5E4B) is known color: Flamingo. HEX triplet: EA, 5E and 4B. RGB value is (234,94,75). Sum of RGB (Red+Green+Blue) = 234+94+75=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E4B is #15A1B4. Grayscale: #858585. Windows color (decimal): -1417653 or 4939498. OLE color: 4939498.

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

Color convert

RGB 234 94 75 -
CMYK 0 0.60 0.68 0.08
HSL 7.17º 0.79% 0.61% -
HSV(B) 7.17º 0.68% 0.92% -
XYZ 39.2 26.01 9.61 -
YUV 133.69 94.88 199.54 -
System Red Green Blue C M Y K H S L
Decimal 234 94 75 0 0.60 0.68 0.08 7.17 0.79 0.61
Hex EA 5E 4B 0 3C 44 8 7 4F 3D
Octal 352 136 113 0 74 104 10 7 117 75
Binary 11101010 1011110 1001011 0 111100 1000100 1000 111 1001111 111101

Color Harmonies of #EA5E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E4B

Black with #EA5E4B

Text Example


Text Example

White with #EA5E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E4B; }

 p { color: rgb(234,94,75); }

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

background-color css

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

 a { background-color: rgb(234,94,75); }

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

border-color css

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

 span { border-color: rgb(234,94,75); }

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