Html Css Color HEX #EB6353 Flamingo

📋 copy color: '#EB6353'

red 235 ◦ green 99 ◦ blue 83

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

Shades of Flamingo #EB6353

Tints of Flamingo #EB6353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.74%

 BLUE value IS 83 (32.81% from 255) = 19.9%

R = 56.35%
G = 23.74%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB6353 (or 0xEB6353) is known color: Flamingo. HEX triplet: EB, 63 and 53. RGB value is (235,99,83). Sum of RGB (Red+Green+Blue) = 235+99+83=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6353 is #149CAC. Grayscale: #8A8A8A. Windows color (decimal): -1350829 or 5465067. OLE color: 5465067.

HSL color Cylindrical-coordinate representation of color #EB6353: hue angle of 6.32º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB6353 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 99 83 -
CMYK 0 0.58 0.65 0.08
HSL 6.32º 0.79% 0.62% -
HSV(B) 6.32º 0.65% 0.92% -
XYZ 40.28 27.21 11.31 -
YUV 137.84 97.06 197.3 -
System Red Green Blue C M Y K H S L
Decimal 235 99 83 0 0.58 0.65 0.08 6.32 0.79 0.62
Hex EB 63 53 0 3A 41 8 6 4F 3E
Octal 353 143 123 0 72 101 10 6 117 76
Binary 11101011 1100011 1010011 0 111010 1000001 1000 110 1001111 111110

Color Harmonies of #EB6353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6353

Black with #EB6353

Text Example


Text Example

White with #EB6353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6353; }

 p { color: rgb(235,99,83); }

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

background-color css

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

 a { background-color: rgb(235,99,83); }

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

border-color css

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

 span { border-color: rgb(235,99,83); }

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