Html Css Color HEX #EF6452 Flamingo

📋 copy color: '#EF6452'

red 239 ◦ green 100 ◦ blue 82

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

Shades of Flamingo #EF6452

Tints of Flamingo #EF6452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.75%

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

R = 56.77%
G = 23.75%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF6452 (or 0xEF6452) is known color: Flamingo. HEX triplet: EF, 64 and 52. RGB value is (239,100,82). Sum of RGB (Red+Green+Blue) = 239+100+82=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6452 is #109BAD. Grayscale: #8B8B8B. Windows color (decimal): -1088430 or 5399791. OLE color: 5399791.

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

Color convert

RGB 239 100 82 -
CMYK 0 0.58 0.66 0.06
HSL 6.88º 0.83% 0.63% -
HSV(B) 6.88º 0.66% 0.94% -
XYZ 41.68 28.07 11.2 -
YUV 139.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 239 100 82 0 0.58 0.66 0.06 6.88 0.83 0.63
Hex EF 64 52 0 3A 42 6 7 53 3F
Octal 357 144 122 0 72 102 6 7 123 77
Binary 11101111 1100100 1010010 0 111010 1000010 110 111 1010011 111111

Color Harmonies of #EF6452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6452

Black with #EF6452

Text Example


Text Example

White with #EF6452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6452; }

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

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

background-color css

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

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

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

border-color css

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

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

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