Html Css Color HEX #EF5752 Flamingo

📋 copy color: '#EF5752'

red 239 ◦ green 87 ◦ blue 82

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

Shades of Flamingo #EF5752

Tints of Flamingo #EF5752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.32%

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

R = 58.58%
G = 21.32%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF5752 (or 0xEF5752) is known color: Flamingo. HEX triplet: EF, 57 and 52. RGB value is (239,87,82). Sum of RGB (Red+Green+Blue) = 239+87+82=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5752 is #10A8AD. Grayscale: #848484. Windows color (decimal): -1091758 or 5396463. OLE color: 5396463.

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

Color convert

RGB 239 87 82 -
CMYK 0 0.64 0.66 0.06
HSL 1.91º 0.83% 0.63% -
HSV(B) 1.91º 0.66% 0.94% -
XYZ 40.53 25.78 10.82 -
YUV 131.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 239 87 82 0 0.64 0.66 0.06 1.91 0.83 0.63
Hex EF 57 52 0 40 42 6 2 53 3F
Octal 357 127 122 0 100 102 6 2 123 77
Binary 11101111 1010111 1010010 0 1000000 1000010 110 10 1010011 111111

Color Harmonies of #EF5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5752

Black with #EF5752

Text Example


Text Example

White with #EF5752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5752; }

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

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

background-color css

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

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

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

border-color css

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

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

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