Html Css Color HEX #EB6450 Flamingo

📋 copy color: '#EB6450'

red 235 ◦ green 100 ◦ blue 80

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

Shades of Flamingo #EB6450

Tints of Flamingo #EB6450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.28%

R = 56.63%
G = 24.1%
B = 19.28%

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

#EB6450 (or 0xEB6450) is known color: Flamingo. HEX triplet: EB, 64 and 50. RGB value is (235,100,80). Sum of RGB (Red+Green+Blue) = 235+100+80=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6450 is #149BAF. Grayscale: #8A8A8A. Windows color (decimal): -1350576 or 5268715. OLE color: 5268715.

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

Color convert

RGB 235 100 80 -
CMYK 0 0.57 0.66 0.08
HSL 7.74º 0.79% 0.62% -
HSV(B) 7.74º 0.66% 0.92% -
XYZ 40.27 27.36 10.75 -
YUV 138.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 235 100 80 0 0.57 0.66 0.08 7.74 0.79 0.62
Hex EB 64 50 0 39 42 8 8 4F 3E
Octal 353 144 120 0 71 102 10 10 117 76
Binary 11101011 1100100 1010000 0 111001 1000010 1000 1000 1001111 111110

Color Harmonies of #EB6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6450

Black with #EB6450

Text Example


Text Example

White with #EB6450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6450; }

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

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

background-color css

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

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

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

border-color css

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

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

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