Html Css Color HEX #E35C56 Flamingo

📋 copy color: '#E35C56'

red 227 ◦ green 92 ◦ blue 86

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

Shades of Flamingo #E35C56

Tints of Flamingo #E35C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

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

R = 56.05%
G = 22.72%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E35C56 (or 0xE35C56) is known color: Flamingo. HEX triplet: E3, 5C and 56. RGB value is (227,92,86). Sum of RGB (Red+Green+Blue) = 227+92+86=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35C56 is #1CA3A9. Grayscale: #838383. Windows color (decimal): -1876906 or 5659875. OLE color: 5659875.

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

Color convert

RGB 227 92 86 -
CMYK 0 0.59 0.62 0.11
HSL 2.55º 0.72% 0.61% -
HSV(B) 2.55º 0.62% 0.89% -
XYZ 37.19 24.66 11.6 -
YUV 131.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 227 92 86 0 0.59 0.62 0.11 2.55 0.72 0.61
Hex E3 5C 56 0 3B 3E B 3 48 3D
Octal 343 134 126 0 73 76 13 3 110 75
Binary 11100011 1011100 1010110 0 111011 111110 1011 11 1001000 111101

Color Harmonies of #E35C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35C56

Black with #E35C56

Text Example


Text Example

White with #E35C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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