Html Css Color HEX #EE6048 Flamingo

📋 copy color: '#EE6048'

red 238 ◦ green 96 ◦ blue 72

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

Shades of Flamingo #EE6048

Tints of Flamingo #EE6048

RGB

 RED value IS 238 (93.36% from 255) = 58.62%

 GREEN value IS 96 (37.89% from 255) = 23.65%

 BLUE value IS 72 (28.52% from 255) = 17.73%

R = 58.62%
G = 23.65%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EE6048 (or 0xEE6048) is known color: Flamingo. HEX triplet: EE, 60 and 48. RGB value is (238,96,72). Sum of RGB (Red+Green+Blue) = 238+96+72=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6048 is #119FB7. Grayscale: #878787. Windows color (decimal): -1155000 or 4743406. OLE color: 4743406.

HSL color Cylindrical-coordinate representation of color #EE6048: hue angle of 8.67º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE6048 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 72 -
CMYK 0 0.60 0.70 0.07
HSL 8.67º 0.83% 0.61% -
HSV(B) 8.67º 0.7% 0.93% -
XYZ 40.61 27.01 9.2 -
YUV 135.72 92.04 200.95 -
System Red Green Blue C M Y K H S L
Decimal 238 96 72 0 0.60 0.70 0.07 8.67 0.83 0.61
Hex EE 60 48 0 3C 46 7 9 53 3D
Octal 356 140 110 0 74 106 7 11 123 75
Binary 11101110 1100000 1001000 0 111100 1000110 111 1001 1010011 111101

Color Harmonies of #EE6048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6048

Black with #EE6048

Text Example


Text Example

White with #EE6048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6048; }

 p { color: rgb(238,96,72); }

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

background-color css

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

 a { background-color: rgb(238,96,72); }

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

border-color css

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

 span { border-color: rgb(238,96,72); }

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