Html Css Color HEX #EB5E45 Flamingo

📋 copy color: '#EB5E45'

red 235 ◦ green 94 ◦ blue 69

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

Shades of Flamingo #EB5E45

Tints of Flamingo #EB5E45

RGB

 RED value IS 235 (92.19% from 255) = 59.05%

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

 BLUE value IS 69 (27.34% from 255) = 17.34%

R = 59.05%
G = 23.62%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB5E45 (or 0xEB5E45) is known color: Flamingo. HEX triplet: EB, 5E and 45. RGB value is (235,94,69). Sum of RGB (Red+Green+Blue) = 235+94+69=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5E45 is #14A1BA. Grayscale: #858585. Windows color (decimal): -1352123 or 4546283. OLE color: 4546283.

HSL color Cylindrical-coordinate representation of color #EB5E45: hue angle of 9.04º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB5E45 is Cyan = 0, Magento = 0.6, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 94 69 -
CMYK 0 0.6 0.71 0.08
HSL 9.04º 0.81% 0.6% -
HSV(B) 9.04º 0.71% 0.92% -
XYZ 39.34 26.1 8.59 -
YUV 133.31 91.71 200.53 -
System Red Green Blue C M Y K H S L
Decimal 235 94 69 0 0.6 0.71 0.08 9.04 0.81 0.6
Hex EB 5E 45 0 3C 47 8 9 51 3C
Octal 353 136 105 0 74 107 10 11 121 74
Binary 11101011 1011110 1000101 0 111100 1000111 1000 1001 1010001 111100

Color Harmonies of #EB5E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E45

Black with #EB5E45

Text Example


Text Example

White with #EB5E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E45; }

 p { color: rgb(235,94,69); }

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

background-color css

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

 a { background-color: rgb(235,94,69); }

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

border-color css

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

 span { border-color: rgb(235,94,69); }

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