Html Css Color HEX #EB6242 Flamingo

📋 copy color: '#EB6242'

red 235 ◦ green 98 ◦ blue 66

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

Shades of Flamingo #EB6242

Tints of Flamingo #EB6242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.56%

 BLUE value IS 66 (26.17% from 255) = 16.54%

R = 58.9%
G = 24.56%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB6242 (or 0xEB6242) is known color: Flamingo. HEX triplet: EB, 62 and 42. RGB value is (235,98,66). Sum of RGB (Red+Green+Blue) = 235+98+66=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6242 is #149DBD. Grayscale: #878787. Windows color (decimal): -1351102 or 4350699. OLE color: 4350699.

HSL color Cylindrical-coordinate representation of color #EB6242: hue angle of 11.36º 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 #EB6242 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 98 66 -
CMYK 0 0.58 0.72 0.08
HSL 11.36º 0.81% 0.59% -
HSV(B) 11.36º 0.72% 0.92% -
XYZ 39.61 26.79 8.24 -
YUV 135.32 88.89 199.1 -
System Red Green Blue C M Y K H S L
Decimal 235 98 66 0 0.58 0.72 0.08 11.36 0.81 0.59
Hex EB 62 42 0 3A 48 8 B 51 3B
Octal 353 142 102 0 72 110 10 13 121 73
Binary 11101011 1100010 1000010 0 111010 1001000 1000 1011 1010001 111011

Color Harmonies of #EB6242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6242

Black with #EB6242

Text Example


Text Example

White with #EB6242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6242; }

 p { color: rgb(235,98,66); }

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

background-color css

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

 a { background-color: rgb(235,98,66); }

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

border-color css

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

 span { border-color: rgb(235,98,66); }

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