Html Css Color HEX #E35D4A Flamingo

📋 copy color: '#E35D4A'

red 227 ◦ green 93 ◦ blue 74

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

Shades of Flamingo #E35D4A

Tints of Flamingo #E35D4A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.6%

 BLUE value IS 74 (29.3% from 255) = 18.78%

R = 57.61%
G = 23.6%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E35D4A (or 0xE35D4A) is known color: Flamingo. HEX triplet: E3, 5D and 4A. RGB value is (227,93,74). Sum of RGB (Red+Green+Blue) = 227+93+74=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35D4A is #1CA2B5. Grayscale: #838383. Windows color (decimal): -1876662 or 4873699. OLE color: 4873699.

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

Color convert

RGB 227 93 74 -
CMYK 0 0.59 0.67 0.11
HSL 7.45º 0.73% 0.59% -
HSV(B) 7.45º 0.67% 0.89% -
XYZ 36.83 24.65 9.3 -
YUV 130.9 95.89 196.54 -
System Red Green Blue C M Y K H S L
Decimal 227 93 74 0 0.59 0.67 0.11 7.45 0.73 0.59
Hex E3 5D 4A 0 3B 43 B 7 49 3B
Octal 343 135 112 0 73 103 13 7 111 73
Binary 11100011 1011101 1001010 0 111011 1000011 1011 111 1001001 111011

Color Harmonies of #E35D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35D4A

Black with #E35D4A

Text Example


Text Example

White with #E35D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35D4A; }

 p { color: rgb(227,93,74); }

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

background-color css

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

 a { background-color: rgb(227,93,74); }

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

border-color css

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

 span { border-color: rgb(227,93,74); }

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