Html Css Color HEX #EB5A52 Flamingo

📋 copy color: '#EB5A52'

red 235 ◦ green 90 ◦ blue 82

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

Shades of Flamingo #EB5A52

Tints of Flamingo #EB5A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.11%

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

R = 57.74%
G = 22.11%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB5A52 (or 0xEB5A52) is known color: Flamingo. HEX triplet: EB, 5A and 52. RGB value is (235,90,82). Sum of RGB (Red+Green+Blue) = 235+90+82=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5A52 is #14A5AD. Grayscale: #848484. Windows color (decimal): -1353134 or 5397227. OLE color: 5397227.

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

Color convert

RGB 235 90 82 -
CMYK 0 0.62 0.65 0.08
HSL 3.14º 0.79% 0.62% -
HSV(B) 3.14º 0.65% 0.92% -
XYZ 39.44 25.58 10.84 -
YUV 132.44 99.54 201.15 -
System Red Green Blue C M Y K H S L
Decimal 235 90 82 0 0.62 0.65 0.08 3.14 0.79 0.62
Hex EB 5A 52 0 3E 41 8 3 4F 3E
Octal 353 132 122 0 76 101 10 3 117 76
Binary 11101011 1011010 1010010 0 111110 1000001 1000 11 1001111 111110

Color Harmonies of #EB5A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5A52

Black with #EB5A52

Text Example


Text Example

White with #EB5A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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