Html Css Color HEX #EB6647 Flamingo

📋 copy color: '#EB6647'

red 235 ◦ green 102 ◦ blue 71

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

Shades of Flamingo #EB6647

Tints of Flamingo #EB6647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25%

 BLUE value IS 71 (28.13% from 255) = 17.4%

R = 57.6%
G = 25%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB6647 (or 0xEB6647) is known color: Flamingo. HEX triplet: EB, 66 and 47. RGB value is (235,102,71). Sum of RGB (Red+Green+Blue) = 235+102+71=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6647 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6647 is #1499B8. Grayscale: #8A8A8A. Windows color (decimal): -1350073 or 4679403. OLE color: 4679403.

HSL color Cylindrical-coordinate representation of color #EB6647: hue angle of 11.34º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB6647 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 102 71 -
CMYK 0 0.57 0.70 0.08
HSL 11.34º 0.8% 0.6% -
HSV(B) 11.34º 0.7% 0.92% -
XYZ 40.15 27.62 9.18 -
YUV 138.23 90.06 197.02 -
System Red Green Blue C M Y K H S L
Decimal 235 102 71 0 0.57 0.70 0.08 11.34 0.8 0.6
Hex EB 66 47 0 39 46 8 B 50 3C
Octal 353 146 107 0 71 106 10 13 120 74
Binary 11101011 1100110 1000111 0 111001 1000110 1000 1011 1010000 111100

Color Harmonies of #EB6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6647

Black with #EB6647

Text Example


Text Example

White with #EB6647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6647; }

 p { color: rgb(235,102,71); }

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

background-color css

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

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

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

border-color css

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

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

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