Html Css Color HEX #E65850 Flamingo

📋 copy color: '#E65850'

red 230 ◦ green 88 ◦ blue 80

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

Shades of Flamingo #E65850

Tints of Flamingo #E65850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.11%

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

R = 57.79%
G = 22.11%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E65850 (or 0xE65850) is known color: Flamingo. HEX triplet: E6, 58 and 50. RGB value is (230,88,80). Sum of RGB (Red+Green+Blue) = 230+88+80=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E65850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65850 is #19A7AF. Grayscale: #818181. Windows color (decimal): -1681328 or 5265638. OLE color: 5265638.

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

Color convert

RGB 230 88 80 -
CMYK 0 0.62 0.65 0.10
HSL 3.2º 0.75% 0.61% -
HSV(B) 3.2º 0.65% 0.9% -
XYZ 37.57 24.38 10.32 -
YUV 129.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 230 88 80 0 0.62 0.65 0.10 3.2 0.75 0.61
Hex E6 58 50 0 3E 41 A 3 4B 3D
Octal 346 130 120 0 76 101 12 3 113 75
Binary 11100110 1011000 1010000 0 111110 1000001 1010 11 1001011 111101

Color Harmonies of #E65850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65850

Black with #E65850

Text Example


Text Example

White with #E65850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65850; }

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

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

background-color css

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

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

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

border-color css

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

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

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