Html Css Color HEX #EA655B Flamingo

📋 copy color: '#EA655B'

red 234 ◦ green 101 ◦ blue 91

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

Shades of Flamingo #EA655B

Tints of Flamingo #EA655B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.36%

R = 54.93%
G = 23.71%
B = 21.36%

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

#EA655B (or 0xEA655B) is known color: Flamingo. HEX triplet: EA, 65 and 5B. RGB value is (234,101,91). Sum of RGB (Red+Green+Blue) = 234+101+91=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA655B is #159AA4. Grayscale: #8B8B8B. Windows color (decimal): -1415845 or 5989866. OLE color: 5989866.

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

Color convert

RGB 234 101 91 -
CMYK 0 0.57 0.61 0.08
HSL 4.2º 0.77% 0.64% -
HSV(B) 4.2º 0.61% 0.92% -
XYZ 40.47 27.56 13.08 -
YUV 139.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 234 101 91 0 0.57 0.61 0.08 4.2 0.77 0.64
Hex EA 65 5B 0 39 3D 8 4 4D 40
Octal 352 145 133 0 71 75 10 4 115 100
Binary 11101010 1100101 1011011 0 111001 111101 1000 100 1001101 1000000

Color Harmonies of #EA655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA655B

Black with #EA655B

Text Example


Text Example

White with #EA655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA655B; }

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

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

background-color css

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

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

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

border-color css

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

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

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