Html Css Color HEX #E76341 Flamingo

📋 copy color: '#E76341'

red 231 ◦ green 99 ◦ blue 65

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

Shades of Flamingo #E76341

Tints of Flamingo #E76341

RGB

 RED value IS 231 (90.63% from 255) = 58.48%

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

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

R = 58.48%
G = 25.06%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E76341 (or 0xE76341) is known color: Flamingo. HEX triplet: E7, 63 and 41. RGB value is (231,99,65). Sum of RGB (Red+Green+Blue) = 231+99+65=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E76341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76341 is #189CBE. Grayscale: #868686. Windows color (decimal): -1612991 or 4285415. OLE color: 4285415.

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

Color convert

RGB 231 99 65 -
CMYK 0 0.57 0.72 0.09
HSL 12.29º 0.78% 0.58% -
HSV(B) 12.29º 0.72% 0.91% -
XYZ 38.37 26.29 8.05 -
YUV 134.59 88.73 196.76 -
System Red Green Blue C M Y K H S L
Decimal 231 99 65 0 0.57 0.72 0.09 12.29 0.78 0.58
Hex E7 63 41 0 39 48 9 C 4E 3A
Octal 347 143 101 0 71 110 11 14 116 72
Binary 11100111 1100011 1000001 0 111001 1001000 1001 1100 1001110 111010

Color Harmonies of #E76341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76341

Black with #E76341

Text Example


Text Example

White with #E76341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76341; }

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

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

background-color css

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

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

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

border-color css

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

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

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