Html Css Color HEX #E35F56 Flamingo

📋 copy color: '#E35F56'

red 227 ◦ green 95 ◦ blue 86

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

Shades of Flamingo #E35F56

Tints of Flamingo #E35F56

RGB

 RED value IS 227 (89.06% from 255) = 55.64%

 GREEN value IS 95 (37.5% from 255) = 23.28%

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 55.64%
G = 23.28%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E35F56 (or 0xE35F56) is known color: Flamingo. HEX triplet: E3, 5F and 56. RGB value is (227,95,86). Sum of RGB (Red+Green+Blue) = 227+95+86=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F56 is #1CA0A9. Grayscale: #858585. Windows color (decimal): -1876138 or 5660643. OLE color: 5660643.

HSL color Cylindrical-coordinate representation of color #E35F56: hue angle of 3.83º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E35F56 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 95 86 -
CMYK 0 0.58 0.62 0.11
HSL 3.83º 0.72% 0.61% -
HSV(B) 3.83º 0.62% 0.89% -
XYZ 37.45 25.19 11.69 -
YUV 133.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 227 95 86 0 0.58 0.62 0.11 3.83 0.72 0.61
Hex E3 5F 56 0 3A 3E B 4 48 3D
Octal 343 137 126 0 72 76 13 4 110 75
Binary 11100011 1011111 1010110 0 111010 111110 1011 100 1001000 111101

Color Harmonies of #E35F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35F56

Black with #E35F56

Text Example


Text Example

White with #E35F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35F56; }

 p { color: rgb(227,95,86); }

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

background-color css

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

 a { background-color: rgb(227,95,86); }

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

border-color css

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

 span { border-color: rgb(227,95,86); }

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