Html Css Color HEX #EA614A Flamingo

📋 copy color: '#EA614A'

red 234 ◦ green 97 ◦ blue 74

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

Shades of Flamingo #EA614A

Tints of Flamingo #EA614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.27%

R = 57.78%
G = 23.95%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA614A (or 0xEA614A) is known color: Flamingo. HEX triplet: EA, 61 and 4A. RGB value is (234,97,74). Sum of RGB (Red+Green+Blue) = 234+97+74=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA614A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA614A is #159EB5. Grayscale: #878787. Windows color (decimal): -1416886 or 4874730. OLE color: 4874730.

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

Color convert

RGB 234 97 74 -
CMYK 0 0.59 0.68 0.08
HSL 8.63º 0.79% 0.6% -
HSV(B) 8.63º 0.68% 0.92% -
XYZ 39.44 26.54 9.52 -
YUV 135.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 234 97 74 0 0.59 0.68 0.08 8.63 0.79 0.6
Hex EA 61 4A 0 3B 44 8 9 4F 3C
Octal 352 141 112 0 73 104 10 11 117 74
Binary 11101010 1100001 1001010 0 111011 1000100 1000 1001 1001111 111100

Color Harmonies of #EA614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA614A

Black with #EA614A

Text Example


Text Example

White with #EA614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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