Html Css Color HEX #E05E4B Flamingo

📋 copy color: '#E05E4B'

red 224 ◦ green 94 ◦ blue 75

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

Shades of Flamingo #E05E4B

Tints of Flamingo #E05E4B

RGB

 RED value IS 224 (87.89% from 255) = 57%

 GREEN value IS 94 (37.11% from 255) = 23.92%

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

R = 57%
G = 23.92%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E05E4B (or 0xE05E4B) is known color: Flamingo. HEX triplet: E0, 5E and 4B. RGB value is (224,94,75). Sum of RGB (Red+Green+Blue) = 224+94+75=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05E4B is #1FA1B4. Grayscale: #828282. Windows color (decimal): -2073013 or 4939488. OLE color: 4939488.

HSL color Cylindrical-coordinate representation of color #E05E4B: hue angle of 7.65º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E05E4B is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 94 75 -
CMYK 0 0.58 0.67 0.12
HSL 7.65º 0.71% 0.59% -
HSV(B) 7.65º 0.67% 0.88% -
XYZ 36.01 24.36 9.46 -
YUV 130.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 224 94 75 0 0.58 0.67 0.12 7.65 0.71 0.59
Hex E0 5E 4B 0 3A 43 C 8 47 3B
Octal 340 136 113 0 72 103 14 10 107 73
Binary 11100000 1011110 1001011 0 111010 1000011 1100 1000 1000111 111011

Color Harmonies of #E05E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05E4B

Black with #E05E4B

Text Example


Text Example

White with #E05E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05E4B; }

 p { color: rgb(224,94,75); }

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

background-color css

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

 a { background-color: rgb(224,94,75); }

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

border-color css

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

 span { border-color: rgb(224,94,75); }

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