Html Css Color HEX #EB5151 Flamingo

📋 copy color: '#EB5151'

red 235 ◦ green 81 ◦ blue 81

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

Shades of Flamingo #EB5151

Tints of Flamingo #EB5151

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.4%

 BLUE value IS 81 (32.03% from 255) = 20.4%

R = 59.19%
G = 20.4%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB5151 (or 0xEB5151) is known color: Flamingo. HEX triplet: EB, 51 and 51. RGB value is (235,81,81). Sum of RGB (Red+Green+Blue) = 235+81+81=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5151 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5151 is #14AEAE. Grayscale: #7F7F7F. Windows color (decimal): -1355439 or 5329387. OLE color: 5329387.

HSL color Cylindrical-coordinate representation of color #EB5151: 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.66%. Process color model (Four color, CMYK) of #EB5151 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 81 81 -
CMYK 0 0.66 0.66 0.08
HSL 0.79% 0.62% -
HSV(B) 0.66% 0.92% -
XYZ 38.69 24.14 10.41 -
YUV 127.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 235 81 81 0 0.66 0.66 0.08 0 0.79 0.62
Hex EB 51 51 0 42 42 8 0 4F 3E
Octal 353 121 121 0 102 102 10 0 117 76
Binary 11101011 1010001 1010001 0 1000010 1000010 1000 0 1001111 111110

Color Harmonies of #EB5151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5151

Black with #EB5151

Text Example


Text Example

White with #EB5151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5151; }

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

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

background-color css

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

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

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

border-color css

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

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

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