Html Css Color HEX #E66355 Flamingo

📋 copy color: '#E66355'

red 230 ◦ green 99 ◦ blue 85

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

Shades of Flamingo #E66355

Tints of Flamingo #E66355

RGB

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

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

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

R = 55.56%
G = 23.91%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E66355 (or 0xE66355) is known color: Flamingo. HEX triplet: E6, 63 and 55. RGB value is (230,99,85). Sum of RGB (Red+Green+Blue) = 230+99+85=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E66355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66355 is #199CAA. Grayscale: #888888. Windows color (decimal): -1678507 or 5596134. OLE color: 5596134.

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

Color convert

RGB 230 99 85 -
CMYK 0 0.57 0.63 0.10
HSL 5.79º 0.74% 0.62% -
HSV(B) 5.79º 0.63% 0.9% -
XYZ 38.73 26.4 11.65 -
YUV 136.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 230 99 85 0 0.57 0.63 0.10 5.79 0.74 0.62
Hex E6 63 55 0 39 3F A 6 4A 3E
Octal 346 143 125 0 71 77 12 6 112 76
Binary 11100110 1100011 1010101 0 111001 111111 1010 110 1001010 111110

Color Harmonies of #E66355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66355

Black with #E66355

Text Example


Text Example

White with #E66355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66355; }

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

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

background-color css

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

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

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

border-color css

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

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

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