Html Css Color HEX #EF5352 Flamingo

📋 copy color: '#EF5352'

red 239 ◦ green 83 ◦ blue 82

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

Shades of Flamingo #EF5352

Tints of Flamingo #EF5352

RGB

 RED value IS 239 (93.75% from 255) = 59.16%

 GREEN value IS 83 (32.81% from 255) = 20.54%

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

R = 59.16%
G = 20.54%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF5352 (or 0xEF5352) is known color: Flamingo. HEX triplet: EF, 53 and 52. RGB value is (239,83,82). Sum of RGB (Red+Green+Blue) = 239+83+82=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5352 is #10ACAD. Grayscale: #818181. Windows color (decimal): -1092782 or 5395439. OLE color: 5395439.

HSL color Cylindrical-coordinate representation of color #EF5352: hue angle of 0.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF5352 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 83 82 -
CMYK 0 0.65 0.66 0.06
HSL 0.38º 0.83% 0.63% -
HSV(B) 0.38º 0.66% 0.94% -
XYZ 40.21 25.15 10.72 -
YUV 129.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 239 83 82 0 0.65 0.66 0.06 0.38 0.83 0.63
Hex EF 53 52 0 41 42 6 0 53 3F
Octal 357 123 122 0 101 102 6 0 123 77
Binary 11101111 1010011 1010010 0 1000001 1000010 110 0 1010011 111111

Color Harmonies of #EF5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5352

Black with #EF5352

Text Example


Text Example

White with #EF5352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5352; }

 p { color: rgb(239,83,82); }

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

background-color css

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

 a { background-color: rgb(239,83,82); }

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

border-color css

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

 span { border-color: rgb(239,83,82); }

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