Html Css Color HEX #EF5452 Flamingo

📋 copy color: '#EF5452'

red 239 ◦ green 84 ◦ blue 82

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

Shades of Flamingo #EF5452

Tints of Flamingo #EF5452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.74%

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

R = 59.01%
G = 20.74%
B = 20.25%

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

#EF5452 (or 0xEF5452) is known color: Flamingo. HEX triplet: EF, 54 and 52. RGB value is (239,84,82). Sum of RGB (Red+Green+Blue) = 239+84+82=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5452 is #10ABAD. Grayscale: #828282. Windows color (decimal): -1092526 or 5395695. OLE color: 5395695.

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

Color convert

RGB 239 84 82 -
CMYK 0 0.65 0.66 0.06
HSL 0.76º 0.83% 0.63% -
HSV(B) 0.76º 0.66% 0.94% -
XYZ 40.29 25.3 10.74 -
YUV 130.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 239 84 82 0 0.65 0.66 0.06 0.76 0.83 0.63
Hex EF 54 52 0 41 42 6 1 53 3F
Octal 357 124 122 0 101 102 6 1 123 77
Binary 11101111 1010100 1010010 0 1000001 1000010 110 1 1010011 111111

Color Harmonies of #EF5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5452

Black with #EF5452

Text Example


Text Example

White with #EF5452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5452; }

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

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

background-color css

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

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

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

border-color css

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

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

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