Html Css Color HEX #E65950 Flamingo

📋 copy color: '#E65950'

red 230 ◦ green 89 ◦ blue 80

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

Shades of Flamingo #E65950

Tints of Flamingo #E65950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.31%

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

R = 57.64%
G = 22.31%
B = 20.05%

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

#E65950 (or 0xE65950) is known color: Flamingo. HEX triplet: E6, 59 and 50. RGB value is (230,89,80). Sum of RGB (Red+Green+Blue) = 230+89+80=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E65950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65950 is #19A6AF. Grayscale: #828282. Windows color (decimal): -1681072 or 5265894. OLE color: 5265894.

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

Color convert

RGB 230 89 80 -
CMYK 0 0.61 0.65 0.10
HSL 3.6º 0.75% 0.61% -
HSV(B) 3.6º 0.65% 0.9% -
XYZ 37.65 24.55 10.34 -
YUV 130.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 230 89 80 0 0.61 0.65 0.10 3.6 0.75 0.61
Hex E6 59 50 0 3D 41 A 4 4B 3D
Octal 346 131 120 0 75 101 12 4 113 75
Binary 11100110 1011001 1010000 0 111101 1000001 1010 100 1001011 111101

Color Harmonies of #E65950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65950

Black with #E65950

Text Example


Text Example

White with #E65950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65950; }

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

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

background-color css

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

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

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

border-color css

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

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

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