Html Css Color HEX #EB5D41 Flamingo

📋 copy color: '#EB5D41'

red 235 ◦ green 93 ◦ blue 65

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

Shades of Flamingo #EB5D41

Tints of Flamingo #EB5D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.54%

R = 59.8%
G = 23.66%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB5D41 (or 0xEB5D41) is known color: Flamingo. HEX triplet: EB, 5D and 41. RGB value is (235,93,65). Sum of RGB (Red+Green+Blue) = 235+93+65=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5D41 is #14A2BE. Grayscale: #848484. Windows color (decimal): -1352383 or 4283883. OLE color: 4283883.

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

Color convert

RGB 235 93 65 -
CMYK 0 0.60 0.72 0.08
HSL 9.88º 0.81% 0.59% -
HSV(B) 9.88º 0.72% 0.92% -
XYZ 39.13 25.87 7.93 -
YUV 132.27 90.04 201.28 -
System Red Green Blue C M Y K H S L
Decimal 235 93 65 0 0.60 0.72 0.08 9.88 0.81 0.59
Hex EB 5D 41 0 3C 48 8 A 51 3B
Octal 353 135 101 0 74 110 10 12 121 73
Binary 11101011 1011101 1000001 0 111100 1001000 1000 1010 1010001 111011

Color Harmonies of #EB5D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D41

Black with #EB5D41

Text Example


Text Example

White with #EB5D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D41; }

 p { color: rgb(235,93,65); }

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

background-color css

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

 a { background-color: rgb(235,93,65); }

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

border-color css

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

 span { border-color: rgb(235,93,65); }

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