Html Css Color HEX #EA655D Flamingo

📋 copy color: '#EA655D'

red 234 ◦ green 101 ◦ blue 93

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

Shades of Flamingo #EA655D

Tints of Flamingo #EA655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.6%

 BLUE value IS 93 (36.72% from 255) = 21.73%

R = 54.67%
G = 23.6%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA655D (or 0xEA655D) is known color: Flamingo. HEX triplet: EA, 65 and 5D. RGB value is (234,101,93). Sum of RGB (Red+Green+Blue) = 234+101+93=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA655D is #159AA2. Grayscale: #8C8C8C. Windows color (decimal): -1415843 or 6120938. OLE color: 6120938.

HSL color Cylindrical-coordinate representation of color #EA655D: hue angle of 3.4º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA655D is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 101 93 -
CMYK 0 0.57 0.60 0.08
HSL 3.4º 0.77% 0.64% -
HSV(B) 3.4º 0.6% 0.92% -
XYZ 40.56 27.59 13.54 -
YUV 139.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 234 101 93 0 0.57 0.60 0.08 3.4 0.77 0.64
Hex EA 65 5D 0 39 3C 8 3 4D 40
Octal 352 145 135 0 71 74 10 3 115 100
Binary 11101010 1100101 1011101 0 111001 111100 1000 11 1001101 1000000

Color Harmonies of #EA655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA655D

Black with #EA655D

Text Example


Text Example

White with #EA655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA655D; }

 p { color: rgb(234,101,93); }

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

background-color css

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

 a { background-color: rgb(234,101,93); }

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

border-color css

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

 span { border-color: rgb(234,101,93); }

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