Html Css Color HEX #EB514C Flamingo

📋 copy color: '#EB514C'

red 235 ◦ green 81 ◦ blue 76

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

Shades of Flamingo #EB514C

Tints of Flamingo #EB514C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.39%

R = 59.95%
G = 20.66%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB514C (or 0xEB514C) is known color: Flamingo. HEX triplet: EB, 51 and 4C. RGB value is (235,81,76). Sum of RGB (Red+Green+Blue) = 235+81+76=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB514C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB514C is #14AEB3. Grayscale: #7E7E7E. Windows color (decimal): -1355444 or 5001707. OLE color: 5001707.

HSL color Cylindrical-coordinate representation of color #EB514C: hue angle of 1.89º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB514C is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 81 76 -
CMYK 0 0.66 0.68 0.08
HSL 1.89º 0.8% 0.61% -
HSV(B) 1.89º 0.68% 0.92% -
XYZ 38.51 24.07 9.45 -
YUV 126.48 99.52 205.41 -
System Red Green Blue C M Y K H S L
Decimal 235 81 76 0 0.66 0.68 0.08 1.89 0.8 0.61
Hex EB 51 4C 0 42 44 8 2 50 3D
Octal 353 121 114 0 102 104 10 2 120 75
Binary 11101011 1010001 1001100 0 1000010 1000100 1000 10 1010000 111101

Color Harmonies of #EB514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB514C

Black with #EB514C

Text Example


Text Example

White with #EB514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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