Html Css Color HEX #E65545 Flamingo

📋 copy color: '#E65545'

red 230 ◦ green 85 ◦ blue 69

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

Shades of Flamingo #E65545

Tints of Flamingo #E65545

RGB

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

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

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

R = 59.9%
G = 22.14%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E65545 (or 0xE65545) is known color: Flamingo. HEX triplet: E6, 55 and 45. RGB value is (230,85,69). Sum of RGB (Red+Green+Blue) = 230+85+69=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E65545 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65545 is #19AABA. Grayscale: #7E7E7E. Windows color (decimal): -1682107 or 4543974. OLE color: 4543974.

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

Color convert

RGB 230 85 69 -
CMYK 0 0.63 0.7 0.10
HSL 5.96º 0.76% 0.59% -
HSV(B) 5.96º 0.7% 0.9% -
XYZ 36.96 23.75 8.27 -
YUV 126.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 230 85 69 0 0.63 0.7 0.10 5.96 0.76 0.59
Hex E6 55 45 0 3F 46 A 6 4C 3B
Octal 346 125 105 0 77 106 12 6 114 73
Binary 11100110 1010101 1000101 0 111111 1000110 1010 110 1001100 111011

Color Harmonies of #E65545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65545

Black with #E65545

Text Example


Text Example

White with #E65545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65545; }

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

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

background-color css

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

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

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

border-color css

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

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

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