Html Css Color HEX #EA645C Flamingo

📋 copy color: '#EA645C'

red 234 ◦ green 100 ◦ blue 92

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

Shades of Flamingo #EA645C

Tints of Flamingo #EA645C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

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

R = 54.93%
G = 23.47%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA645C (or 0xEA645C) is known color: Flamingo. HEX triplet: EA, 64 and 5C. RGB value is (234,100,92). Sum of RGB (Red+Green+Blue) = 234+100+92=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA645C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA645C is #159BA3. Grayscale: #8B8B8B. Windows color (decimal): -1416100 or 6055146. OLE color: 6055146.

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

Color convert

RGB 234 100 92 -
CMYK 0 0.57 0.61 0.08
HSL 3.38º 0.77% 0.64% -
HSV(B) 3.38º 0.61% 0.92% -
XYZ 40.42 27.38 13.28 -
YUV 139.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 234 100 92 0 0.57 0.61 0.08 3.38 0.77 0.64
Hex EA 64 5C 0 39 3D 8 3 4D 40
Octal 352 144 134 0 71 75 10 3 115 100
Binary 11101010 1100100 1011100 0 111001 111101 1000 11 1001101 1000000

Color Harmonies of #EA645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA645C

Black with #EA645C

Text Example


Text Example

White with #EA645C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA645C; }

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

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

background-color css

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

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

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

border-color css

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

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

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