Html Css Color HEX #EB6442 Flamingo

📋 copy color: '#EB6442'

red 235 ◦ green 100 ◦ blue 66

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

Shades of Flamingo #EB6442

Tints of Flamingo #EB6442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.94%

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

R = 58.6%
G = 24.94%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB6442 (or 0xEB6442) is known color: Flamingo. HEX triplet: EB, 64 and 42. RGB value is (235,100,66). Sum of RGB (Red+Green+Blue) = 235+100+66=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6442 is #149BBD. Grayscale: #888888. Windows color (decimal): -1350590 or 4351211. OLE color: 4351211.

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

Color convert

RGB 235 100 66 -
CMYK 0 0.57 0.72 0.08
HSL 12.07º 0.81% 0.59% -
HSV(B) 12.07º 0.72% 0.92% -
XYZ 39.8 27.17 8.3 -
YUV 136.49 88.23 198.26 -
System Red Green Blue C M Y K H S L
Decimal 235 100 66 0 0.57 0.72 0.08 12.07 0.81 0.59
Hex EB 64 42 0 39 48 8 C 51 3B
Octal 353 144 102 0 71 110 10 14 121 73
Binary 11101011 1100100 1000010 0 111001 1001000 1000 1100 1010001 111011

Color Harmonies of #EB6442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6442

Black with #EB6442

Text Example


Text Example

White with #EB6442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6442; }

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

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

background-color css

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

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

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

border-color css

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

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

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