Html Css Color HEX #E66341 Flamingo

📋 copy color: '#E66341'

red 230 ◦ green 99 ◦ blue 65

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

Shades of Flamingo #E66341

Tints of Flamingo #E66341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.13%

 BLUE value IS 65 (25.78% from 255) = 16.5%

R = 58.38%
G = 25.13%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E66341 (or 0xE66341) is known color: Flamingo. HEX triplet: E6, 63 and 41. RGB value is (230,99,65). Sum of RGB (Red+Green+Blue) = 230+99+65=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E66341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66341 is #199CBE. Grayscale: #868686. Windows color (decimal): -1678527 or 4285414. OLE color: 4285414.

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

Color convert

RGB 230 99 65 -
CMYK 0 0.57 0.72 0.10
HSL 12.36º 0.77% 0.58% -
HSV(B) 12.36º 0.72% 0.9% -
XYZ 38.05 26.13 8.04 -
YUV 134.29 88.9 196.26 -
System Red Green Blue C M Y K H S L
Decimal 230 99 65 0 0.57 0.72 0.10 12.36 0.77 0.58
Hex E6 63 41 0 39 48 A C 4D 3A
Octal 346 143 101 0 71 110 12 14 115 72
Binary 11100110 1100011 1000001 0 111001 1001000 1010 1100 1001101 111010

Color Harmonies of #E66341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66341

Black with #E66341

Text Example


Text Example

White with #E66341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66341; }

 p { color: rgb(230,99,65); }

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

background-color css

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

 a { background-color: rgb(230,99,65); }

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

border-color css

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

 span { border-color: rgb(230,99,65); }

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