Html Css Color HEX #EA6145 Flamingo

📋 copy color: '#EA6145'

red 234 ◦ green 97 ◦ blue 69

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

Shades of Flamingo #EA6145

Tints of Flamingo #EA6145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.25%

R = 58.5%
G = 24.25%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA6145 (or 0xEA6145) is known color: Flamingo. HEX triplet: EA, 61 and 45. RGB value is (234,97,69). Sum of RGB (Red+Green+Blue) = 234+97+69=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6145 is #159EBA. Grayscale: #878787. Windows color (decimal): -1416891 or 4547050. OLE color: 4547050.

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

Color convert

RGB 234 97 69 -
CMYK 0 0.59 0.71 0.08
HSL 10.18º 0.8% 0.59% -
HSV(B) 10.18º 0.71% 0.92% -
XYZ 39.28 26.47 8.67 -
YUV 134.77 90.89 198.78 -
System Red Green Blue C M Y K H S L
Decimal 234 97 69 0 0.59 0.71 0.08 10.18 0.8 0.59
Hex EA 61 45 0 3B 47 8 A 50 3B
Octal 352 141 105 0 73 107 10 12 120 73
Binary 11101010 1100001 1000101 0 111011 1000111 1000 1010 1010000 111011

Color Harmonies of #EA6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6145

Black with #EA6145

Text Example


Text Example

White with #EA6145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6145; }

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

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

background-color css

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

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

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

border-color css

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

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

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