Html Css Color HEX #E66348 Flamingo

📋 copy color: '#E66348'

red 230 ◦ green 99 ◦ blue 72

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

Shades of Flamingo #E66348

Tints of Flamingo #E66348

RGB

 RED value IS 230 (90.23% from 255) = 57.36%

 GREEN value IS 99 (39.06% from 255) = 24.69%

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

R = 57.36%
G = 24.69%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E66348 (or 0xE66348) is known color: Flamingo. HEX triplet: E6, 63 and 48. RGB value is (230,99,72). Sum of RGB (Red+Green+Blue) = 230+99+72=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E66348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66348 is #199CB7. Grayscale: #878787. Windows color (decimal): -1678520 or 4744166. OLE color: 4744166.

HSL color Cylindrical-coordinate representation of color #E66348: hue angle of 10.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E66348 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 99 72 -
CMYK 0 0.57 0.69 0.10
HSL 10.25º 0.76% 0.59% -
HSV(B) 10.25º 0.69% 0.9% -
XYZ 38.26 26.21 9.17 -
YUV 135.09 92.4 195.7 -
System Red Green Blue C M Y K H S L
Decimal 230 99 72 0 0.57 0.69 0.10 10.25 0.76 0.59
Hex E6 63 48 0 39 45 A A 4C 3B
Octal 346 143 110 0 71 105 12 12 114 73
Binary 11100110 1100011 1001000 0 111001 1000101 1010 1010 1001100 111011

Color Harmonies of #E66348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66348

Black with #E66348

Text Example


Text Example

White with #E66348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66348; }

 p { color: rgb(230,99,72); }

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

background-color css

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

 a { background-color: rgb(230,99,72); }

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

border-color css

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

 span { border-color: rgb(230,99,72); }

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