Html Css Color HEX #EB6553 Flamingo

📋 copy color: '#EB6553'

red 235 ◦ green 101 ◦ blue 83

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

Shades of Flamingo #EB6553

Tints of Flamingo #EB6553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.11%

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

R = 56.09%
G = 24.11%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB6553 (or 0xEB6553) is known color: Flamingo. HEX triplet: EB, 65 and 53. RGB value is (235,101,83). Sum of RGB (Red+Green+Blue) = 235+101+83=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6553 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6553 is #149AAC. Grayscale: #8B8B8B. Windows color (decimal): -1350317 or 5465579. OLE color: 5465579.

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

Color convert

RGB 235 101 83 -
CMYK 0 0.57 0.65 0.08
HSL 7.11º 0.79% 0.62% -
HSV(B) 7.11º 0.65% 0.92% -
XYZ 40.48 27.59 11.38 -
YUV 139.01 96.39 196.46 -
System Red Green Blue C M Y K H S L
Decimal 235 101 83 0 0.57 0.65 0.08 7.11 0.79 0.62
Hex EB 65 53 0 39 41 8 7 4F 3E
Octal 353 145 123 0 71 101 10 7 117 76
Binary 11101011 1100101 1010011 0 111001 1000001 1000 111 1001111 111110

Color Harmonies of #EB6553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6553

Black with #EB6553

Text Example


Text Example

White with #EB6553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6553; }

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

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

background-color css

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

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

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

border-color css

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

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

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