Html Css Color HEX #E65546 Flamingo

📋 copy color: '#E65546'

red 230 ◦ green 85 ◦ blue 70

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

Shades of Flamingo #E65546

Tints of Flamingo #E65546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.08%

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 59.74%
G = 22.08%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E65546 (or 0xE65546) is known color: Flamingo. HEX triplet: E6, 55 and 46. RGB value is (230,85,70). Sum of RGB (Red+Green+Blue) = 230+85+70=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E65546 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65546 is #19AAB9. Grayscale: #7E7E7E. Windows color (decimal): -1682106 or 4609510. OLE color: 4609510.

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

Color convert

RGB 230 85 70 -
CMYK 0 0.63 0.70 0.10
HSL 5.63º 0.76% 0.59% -
HSV(B) 5.63º 0.7% 0.9% -
XYZ 36.99 23.76 8.43 -
YUV 126.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 230 85 70 0 0.63 0.70 0.10 5.63 0.76 0.59
Hex E6 55 46 0 3F 46 A 6 4C 3B
Octal 346 125 106 0 77 106 12 6 114 73
Binary 11100110 1010101 1000110 0 111111 1000110 1010 110 1001100 111011

Color Harmonies of #E65546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65546

Black with #E65546

Text Example


Text Example

White with #E65546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65546; }

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

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

background-color css

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

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

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

border-color css

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

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

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