Html Css Color HEX #E66045 Flamingo

📋 copy color: '#E66045'

red 230 ◦ green 96 ◦ blue 69

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

Shades of Flamingo #E66045

Tints of Flamingo #E66045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.3%

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

R = 58.23%
G = 24.3%
B = 17.47%

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

#E66045 (or 0xE66045) is known color: Flamingo. HEX triplet: E6, 60 and 45. RGB value is (230,96,69). Sum of RGB (Red+Green+Blue) = 230+96+69=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E66045 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66045 is #199FBA. Grayscale: #858585. Windows color (decimal): -1679291 or 4546790. OLE color: 4546790.

HSL color Cylindrical-coordinate representation of color #E66045: hue angle of 10.06º 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 #E66045 is Cyan = 0, Magento = 0.58, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 96 69 -
CMYK 0 0.58 0.7 0.10
HSL 10.06º 0.76% 0.59% -
HSV(B) 10.06º 0.7% 0.9% -
XYZ 37.89 25.62 8.58 -
YUV 132.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 230 96 69 0 0.58 0.7 0.10 10.06 0.76 0.59
Hex E6 60 45 0 3A 46 A A 4C 3B
Octal 346 140 105 0 72 106 12 12 114 73
Binary 11100110 1100000 1000101 0 111010 1000110 1010 1010 1001100 111011

Color Harmonies of #E66045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66045

Black with #E66045

Text Example


Text Example

White with #E66045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66045; }

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

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

background-color css

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

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

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

border-color css

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

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

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