Html Css Color HEX #E65A50 Flamingo

📋 copy color: '#E65A50'

red 230 ◦ green 90 ◦ blue 80

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

Shades of Flamingo #E65A50

Tints of Flamingo #E65A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.5%

 BLUE value IS 80 (31.64% from 255) = 20%

R = 57.5%
G = 22.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E65A50 (or 0xE65A50) is known color: Flamingo. HEX triplet: E6, 5A and 50. RGB value is (230,90,80). Sum of RGB (Red+Green+Blue) = 230+90+80=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65A50 is #19A5AF. Grayscale: #828282. Windows color (decimal): -1680816 or 5266150. OLE color: 5266150.

HSL color Cylindrical-coordinate representation of color #E65A50: hue angle of 4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65A50 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 90 80 -
CMYK 0 0.61 0.65 0.10
HSL 0.75% 0.61% -
HSV(B) 0.65% 0.9% -
XYZ 37.74 24.71 10.37 -
YUV 130.72 99.38 198.81 -
System Red Green Blue C M Y K H S L
Decimal 230 90 80 0 0.61 0.65 0.10 4 0.75 0.61
Hex E6 5A 50 0 3D 41 A 4 4B 3D
Octal 346 132 120 0 75 101 12 4 113 75
Binary 11100110 1011010 1010000 0 111101 1000001 1010 100 1001011 111101

Color Harmonies of #E65A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65A50

Black with #E65A50

Text Example


Text Example

White with #E65A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65A50; }

 p { color: rgb(230,90,80); }

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

background-color css

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

 a { background-color: rgb(230,90,80); }

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

border-color css

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

 span { border-color: rgb(230,90,80); }

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