Html Css Color HEX #EB6451 Flamingo

📋 copy color: '#EB6451'

red 235 ◦ green 100 ◦ blue 81

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

Shades of Flamingo #EB6451

Tints of Flamingo #EB6451

RGB

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

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

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

R = 56.49%
G = 24.04%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB6451 (or 0xEB6451) is known color: Flamingo. HEX triplet: EB, 64 and 51. RGB value is (235,100,81). Sum of RGB (Red+Green+Blue) = 235+100+81=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6451 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6451 is #149BAE. Grayscale: #8A8A8A. Windows color (decimal): -1350575 or 5334251. OLE color: 5334251.

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

Color convert

RGB 235 100 81 -
CMYK 0 0.57 0.66 0.08
HSL 7.4º 0.79% 0.62% -
HSV(B) 7.4º 0.66% 0.92% -
XYZ 40.3 27.37 10.94 -
YUV 138.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 235 100 81 0 0.57 0.66 0.08 7.4 0.79 0.62
Hex EB 64 51 0 39 42 8 7 4F 3E
Octal 353 144 121 0 71 102 10 7 117 76
Binary 11101011 1100100 1010001 0 111001 1000010 1000 111 1001111 111110

Color Harmonies of #EB6451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6451

Black with #EB6451

Text Example


Text Example

White with #EB6451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6451; }

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

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

background-color css

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

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

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

border-color css

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

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

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