Html Css Color HEX #EA625C Flamingo

📋 copy color: '#EA625C'

red 234 ◦ green 98 ◦ blue 92

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

Shades of Flamingo #EA625C

Tints of Flamingo #EA625C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.11%

 BLUE value IS 92 (36.33% from 255) = 21.7%

R = 55.19%
G = 23.11%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA625C (or 0xEA625C) is known color: Flamingo. HEX triplet: EA, 62 and 5C. RGB value is (234,98,92). Sum of RGB (Red+Green+Blue) = 234+98+92=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA625C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA625C is #159DA3. Grayscale: #8A8A8A. Windows color (decimal): -1416612 or 6054634. OLE color: 6054634.

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

Color convert

RGB 234 98 92 -
CMYK 0 0.58 0.61 0.08
HSL 2.54º 0.77% 0.64% -
HSV(B) 2.54º 0.61% 0.92% -
XYZ 40.23 27 13.22 -
YUV 137.98 102.06 196.49 -
System Red Green Blue C M Y K H S L
Decimal 234 98 92 0 0.58 0.61 0.08 2.54 0.77 0.64
Hex EA 62 5C 0 3A 3D 8 3 4D 40
Octal 352 142 134 0 72 75 10 3 115 100
Binary 11101010 1100010 1011100 0 111010 111101 1000 11 1001101 1000000

Color Harmonies of #EA625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA625C

Black with #EA625C

Text Example


Text Example

White with #EA625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA625C; }

 p { color: rgb(234,98,92); }

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

background-color css

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

 a { background-color: rgb(234,98,92); }

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

border-color css

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

 span { border-color: rgb(234,98,92); }

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