Html Css Color HEX #E66145 Flamingo

📋 copy color: '#E66145'

red 230 ◦ green 97 ◦ blue 69

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

Shades of Flamingo #E66145

Tints of Flamingo #E66145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.42%

R = 58.08%
G = 24.49%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E66145 (or 0xE66145) is known color: Flamingo. HEX triplet: E6, 61 and 45. RGB value is (230,97,69). Sum of RGB (Red+Green+Blue) = 230+97+69=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E66145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66145 is #199EBA. Grayscale: #858585. Windows color (decimal): -1679035 or 4547046. OLE color: 4547046.

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

Color convert

RGB 230 97 69 -
CMYK 0 0.58 0.7 0.10
HSL 10.43º 0.76% 0.59% -
HSV(B) 10.43º 0.7% 0.9% -
XYZ 37.98 25.8 8.61 -
YUV 133.58 91.56 196.78 -
System Red Green Blue C M Y K H S L
Decimal 230 97 69 0 0.58 0.7 0.10 10.43 0.76 0.59
Hex E6 61 45 0 3A 46 A A 4C 3B
Octal 346 141 105 0 72 106 12 12 114 73
Binary 11100110 1100001 1000101 0 111010 1000110 1010 1010 1001100 111011

Color Harmonies of #E66145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66145

Black with #E66145

Text Example


Text Example

White with #E66145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66145; }

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

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

background-color css

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

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

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

border-color css

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

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

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