Html Css Color HEX #E35A52 Flamingo

📋 copy color: '#E35A52'

red 227 ◦ green 90 ◦ blue 82

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

Shades of Flamingo #E35A52

Tints of Flamingo #E35A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.56%

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

R = 56.89%
G = 22.56%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E35A52 (or 0xE35A52) is known color: Flamingo. HEX triplet: E3, 5A and 52. RGB value is (227,90,82). Sum of RGB (Red+Green+Blue) = 227+90+82=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35A52 is #1CA5AD. Grayscale: #828282. Windows color (decimal): -1877422 or 5397219. OLE color: 5397219.

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

Color convert

RGB 227 90 82 -
CMYK 0 0.60 0.64 0.11
HSL 3.31º 0.72% 0.61% -
HSV(B) 3.31º 0.64% 0.89% -
XYZ 36.86 24.25 10.72 -
YUV 130.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 227 90 82 0 0.60 0.64 0.11 3.31 0.72 0.61
Hex E3 5A 52 0 3C 40 B 3 48 3D
Octal 343 132 122 0 74 100 13 3 110 75
Binary 11100011 1011010 1010010 0 111100 1000000 1011 11 1001000 111101

Color Harmonies of #E35A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A52

Black with #E35A52

Text Example


Text Example

White with #E35A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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