Html Css Color HEX #E35C4A Flamingo

📋 copy color: '#E35C4A'

red 227 ◦ green 92 ◦ blue 74

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

Shades of Flamingo #E35C4A

Tints of Flamingo #E35C4A

RGB

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

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

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

R = 57.76%
G = 23.41%
B = 18.83%

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

#E35C4A (or 0xE35C4A) is known color: Flamingo. HEX triplet: E3, 5C and 4A. RGB value is (227,92,74). Sum of RGB (Red+Green+Blue) = 227+92+74=393 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.76% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35C4A is #1CA3B5. Grayscale: #828282. Windows color (decimal): -1876918 or 4873443. OLE color: 4873443.

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

Color convert

RGB 227 92 74 -
CMYK 0 0.59 0.67 0.11
HSL 7.06º 0.73% 0.59% -
HSV(B) 7.06º 0.67% 0.89% -
XYZ 36.74 24.48 9.27 -
YUV 130.31 96.23 196.96 -
System Red Green Blue C M Y K H S L
Decimal 227 92 74 0 0.59 0.67 0.11 7.06 0.73 0.59
Hex E3 5C 4A 0 3B 43 B 7 49 3B
Octal 343 134 112 0 73 103 13 7 111 73
Binary 11100011 1011100 1001010 0 111011 1000011 1011 111 1001001 111011

Color Harmonies of #E35C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35C4A

Black with #E35C4A

Text Example


Text Example

White with #E35C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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