Html Css Color HEX #E35B52 Flamingo

📋 copy color: '#E35B52'

red 227 ◦ green 91 ◦ blue 82

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

Shades of Flamingo #E35B52

Tints of Flamingo #E35B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.75%

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

R = 56.75%
G = 22.75%
B = 20.5%

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

#E35B52 (or 0xE35B52) is known color: Flamingo. HEX triplet: E3, 5B and 52. RGB value is (227,91,82). Sum of RGB (Red+Green+Blue) = 227+91+82=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35B52 is #1CA4AD. Grayscale: #828282. Windows color (decimal): -1877166 or 5397475. OLE color: 5397475.

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

Color convert

RGB 227 91 82 -
CMYK 0 0.60 0.64 0.11
HSL 3.72º 0.72% 0.61% -
HSV(B) 3.72º 0.64% 0.89% -
XYZ 36.94 24.42 10.75 -
YUV 130.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 227 91 82 0 0.60 0.64 0.11 3.72 0.72 0.61
Hex E3 5B 52 0 3C 40 B 4 48 3D
Octal 343 133 122 0 74 100 13 4 110 75
Binary 11100011 1011011 1010010 0 111100 1000000 1011 100 1001000 111101

Color Harmonies of #E35B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35B52

Black with #E35B52

Text Example


Text Example

White with #E35B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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