Html Css Color HEX #EB5353 Flamingo

📋 copy color: '#EB5353'

red 235 ◦ green 83 ◦ blue 83

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

Shades of Flamingo #EB5353

Tints of Flamingo #EB5353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

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

R = 58.6%
G = 20.7%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB5353 (or 0xEB5353) is known color: Flamingo. HEX triplet: EB, 53 and 53. RGB value is (235,83,83). Sum of RGB (Red+Green+Blue) = 235+83+83=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5353 is #14ACAC. Grayscale: #808080. Windows color (decimal): -1354925 or 5460971. OLE color: 5460971.

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

Color convert

RGB 235 83 83 -
CMYK 0 0.65 0.65 0.08
HSL 0.79% 0.62% -
HSV(B) 0.65% 0.92% -
XYZ 38.92 24.47 10.86 -
YUV 128.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 235 83 83 0 0.65 0.65 0.08 0 0.79 0.62
Hex EB 53 53 0 41 41 8 0 4F 3E
Octal 353 123 123 0 101 101 10 0 117 76
Binary 11101011 1010011 1010011 0 1000001 1000001 1000 0 1001111 111110

Color Harmonies of #EB5353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5353

Black with #EB5353

Text Example


Text Example

White with #EB5353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5353; }

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

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

background-color css

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

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

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

border-color css

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

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

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