Html Css Color HEX #E75655 Flamingo

📋 copy color: '#E75655'

red 231 ◦ green 86 ◦ blue 85

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

Shades of Flamingo #E75655

Tints of Flamingo #E75655

RGB

 RED value IS 231 (90.63% from 255) = 57.46%

 GREEN value IS 86 (33.98% from 255) = 21.39%

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

R = 57.46%
G = 21.39%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E75655 (or 0xE75655) is known color: Flamingo. HEX triplet: E7, 56 and 55. RGB value is (231,86,85). Sum of RGB (Red+Green+Blue) = 231+86+85=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E75655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75655 is #18A9AA. Grayscale: #818181. Windows color (decimal): -1616299 or 5592807. OLE color: 5592807.

HSL color Cylindrical-coordinate representation of color #E75655: hue angle of 0.41º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E75655 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 86 85 -
CMYK 0 0.63 0.63 0.09
HSL 0.41º 0.75% 0.62% -
HSV(B) 0.41º 0.63% 0.91% -
XYZ 37.92 24.3 11.29 -
YUV 129.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 231 86 85 0 0.63 0.63 0.09 0.41 0.75 0.62
Hex E7 56 55 0 3F 3F 9 0 4B 3E
Octal 347 126 125 0 77 77 11 0 113 76
Binary 11100111 1010110 1010101 0 111111 111111 1001 0 1001011 111110

Color Harmonies of #E75655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75655

Black with #E75655

Text Example


Text Example

White with #E75655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75655; }

 p { color: rgb(231,86,85); }

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

background-color css

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

 a { background-color: rgb(231,86,85); }

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

border-color css

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

 span { border-color: rgb(231,86,85); }

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