Html Css Color HEX #E35F54 Flamingo

📋 copy color: '#E35F54'

red 227 ◦ green 95 ◦ blue 84

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

Shades of Flamingo #E35F54

Tints of Flamingo #E35F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.69%

R = 55.91%
G = 23.4%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E35F54 (or 0xE35F54) is known color: Flamingo. HEX triplet: E3, 5F and 54. RGB value is (227,95,84). Sum of RGB (Red+Green+Blue) = 227+95+84=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F54 is #1CA0AB. Grayscale: #858585. Windows color (decimal): -1876140 or 5529571. OLE color: 5529571.

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

Color convert

RGB 227 95 84 -
CMYK 0 0.58 0.63 0.11
HSL 4.62º 0.72% 0.61% -
HSV(B) 4.62º 0.63% 0.89% -
XYZ 37.37 25.16 11.27 -
YUV 133.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 227 95 84 0 0.58 0.63 0.11 4.62 0.72 0.61
Hex E3 5F 54 0 3A 3F B 5 48 3D
Octal 343 137 124 0 72 77 13 5 110 75
Binary 11100011 1011111 1010100 0 111010 111111 1011 101 1001000 111101

Color Harmonies of #E35F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35F54

Black with #E35F54

Text Example


Text Example

White with #E35F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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