Html Css Color HEX #E66155 Flamingo

📋 copy color: '#E66155'

red 230 ◦ green 97 ◦ blue 85

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

Shades of Flamingo #E66155

Tints of Flamingo #E66155

RGB

 RED value IS 230 (90.23% from 255) = 55.83%

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

 BLUE value IS 85 (33.59% from 255) = 20.63%

R = 55.83%
G = 23.54%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E66155 (or 0xE66155) is known color: Flamingo. HEX triplet: E6, 61 and 55. RGB value is (230,97,85). Sum of RGB (Red+Green+Blue) = 230+97+85=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E66155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66155 is #199EAA. Grayscale: #878787. Windows color (decimal): -1679019 or 5595622. OLE color: 5595622.

HSL color Cylindrical-coordinate representation of color #E66155: hue angle of 4.97º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E66155 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 97 85 -
CMYK 0 0.58 0.63 0.10
HSL 4.97º 0.74% 0.62% -
HSV(B) 4.97º 0.63% 0.9% -
XYZ 38.55 26.03 11.59 -
YUV 135.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 230 97 85 0 0.58 0.63 0.10 4.97 0.74 0.62
Hex E6 61 55 0 3A 3F A 5 4A 3E
Octal 346 141 125 0 72 77 12 5 112 76
Binary 11100110 1100001 1010101 0 111010 111111 1010 101 1001010 111110

Color Harmonies of #E66155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66155

Black with #E66155

Text Example


Text Example

White with #E66155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66155; }

 p { color: rgb(230,97,85); }

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

background-color css

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

 a { background-color: rgb(230,97,85); }

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

border-color css

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

 span { border-color: rgb(230,97,85); }

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