Html Css Color HEX #E46255 Flamingo

📋 copy color: '#E46255'

red 228 ◦ green 98 ◦ blue 85

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

Shades of Flamingo #E46255

Tints of Flamingo #E46255

RGB

 RED value IS 228 (89.45% from 255) = 55.47%

 GREEN value IS 98 (38.67% from 255) = 23.84%

 BLUE value IS 85 (33.59% from 255) = 20.68%

R = 55.47%
G = 23.84%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E46255 (or 0xE46255) is known color: Flamingo. HEX triplet: E4, 62 and 55. RGB value is (228,98,85). Sum of RGB (Red+Green+Blue) = 228+98+85=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E46255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46255 is #1B9DAA. Grayscale: #878787. Windows color (decimal): -1809835 or 5595876. OLE color: 5595876.

HSL color Cylindrical-coordinate representation of color #E46255: hue angle of 5.45º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E46255 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 98 85 -
CMYK 0 0.57 0.63 0.11
HSL 5.45º 0.73% 0.61% -
HSV(B) 5.45º 0.63% 0.89% -
XYZ 38 25.89 11.59 -
YUV 135.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 228 98 85 0 0.57 0.63 0.11 5.45 0.73 0.61
Hex E4 62 55 0 39 3F B 5 49 3D
Octal 344 142 125 0 71 77 13 5 111 75
Binary 11100100 1100010 1010101 0 111001 111111 1011 101 1001001 111101

Color Harmonies of #E46255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46255

Black with #E46255

Text Example


Text Example

White with #E46255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46255; }

 p { color: rgb(228,98,85); }

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

background-color css

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

 a { background-color: rgb(228,98,85); }

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

border-color css

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

 span { border-color: rgb(228,98,85); }

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