Html Css Color HEX #E35A4B Flamingo

📋 copy color: '#E35A4B'

red 227 ◦ green 90 ◦ blue 75

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

Shades of Flamingo #E35A4B

Tints of Flamingo #E35A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.13%

R = 57.91%
G = 22.96%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E35A4B (or 0xE35A4B) is known color: Flamingo. HEX triplet: E3, 5A and 4B. RGB value is (227,90,75). Sum of RGB (Red+Green+Blue) = 227+90+75=392 (51% of max value = 765). Red value is 227 (89.06% from 255 or 57.91% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35A4B is #1CA5B4. Grayscale: #818181. Windows color (decimal): -1877429 or 4938467. OLE color: 4938467.

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

Color convert

RGB 227 90 75 -
CMYK 0 0.60 0.67 0.11
HSL 5.92º 0.73% 0.59% -
HSV(B) 5.92º 0.67% 0.89% -
XYZ 36.6 24.15 9.39 -
YUV 129.25 97.39 197.72 -
System Red Green Blue C M Y K H S L
Decimal 227 90 75 0 0.60 0.67 0.11 5.92 0.73 0.59
Hex E3 5A 4B 0 3C 43 B 6 49 3B
Octal 343 132 113 0 74 103 13 6 111 73
Binary 11100011 1011010 1001011 0 111100 1000011 1011 110 1001001 111011

Color Harmonies of #E35A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A4B

Black with #E35A4B

Text Example


Text Example

White with #E35A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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