Html Css Color HEX #EB6952 Flamingo

📋 copy color: '#EB6952'

red 235 ◦ green 105 ◦ blue 82

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

Shades of Flamingo #EB6952

Tints of Flamingo #EB6952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.88%

 BLUE value IS 82 (32.42% from 255) = 19.43%

R = 55.69%
G = 24.88%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB6952 (or 0xEB6952) is known color: Flamingo. HEX triplet: EB, 69 and 52. RGB value is (235,105,82). Sum of RGB (Red+Green+Blue) = 235+105+82=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6952 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6952 is #1496AD. Grayscale: #8D8D8D. Windows color (decimal): -1349294 or 5401067. OLE color: 5401067.

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

Color convert

RGB 235 105 82 -
CMYK 0 0.55 0.65 0.08
HSL 9.02º 0.79% 0.62% -
HSV(B) 9.02º 0.65% 0.92% -
XYZ 40.84 28.37 11.31 -
YUV 141.25 94.57 194.87 -
System Red Green Blue C M Y K H S L
Decimal 235 105 82 0 0.55 0.65 0.08 9.02 0.79 0.62
Hex EB 69 52 0 37 41 8 9 4F 3E
Octal 353 151 122 0 67 101 10 11 117 76
Binary 11101011 1101001 1010010 0 110111 1000001 1000 1001 1001111 111110

Color Harmonies of #EB6952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6952

Black with #EB6952

Text Example


Text Example

White with #EB6952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6952; }

 p { color: rgb(235,105,82); }

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

background-color css

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

 a { background-color: rgb(235,105,82); }

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

border-color css

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

 span { border-color: rgb(235,105,82); }

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