Html Css Color HEX #E35C52 Flamingo

📋 copy color: '#E35C52'

red 227 ◦ green 92 ◦ blue 82

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

Shades of Flamingo #E35C52

Tints of Flamingo #E35C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 56.61%
G = 22.94%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E35C52 (or 0xE35C52) is known color: Flamingo. HEX triplet: E3, 5C and 52. RGB value is (227,92,82). Sum of RGB (Red+Green+Blue) = 227+92+82=401 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.61% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35C52 is #1CA3AD. Grayscale: #838383. Windows color (decimal): -1876910 or 5397731. OLE color: 5397731.

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

Color convert

RGB 227 92 82 -
CMYK 0 0.59 0.64 0.11
HSL 4.14º 0.72% 0.61% -
HSV(B) 4.14º 0.64% 0.89% -
XYZ 37.03 24.59 10.78 -
YUV 131.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 227 92 82 0 0.59 0.64 0.11 4.14 0.72 0.61
Hex E3 5C 52 0 3B 40 B 4 48 3D
Octal 343 134 122 0 73 100 13 4 110 75
Binary 11100011 1011100 1010010 0 111011 1000000 1011 100 1001000 111101

Color Harmonies of #E35C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35C52

Black with #E35C52

Text Example


Text Example

White with #E35C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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