Html Css Color HEX #E35855 Flamingo

📋 copy color: '#E35855'

red 227 ◦ green 88 ◦ blue 85

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

Shades of Flamingo #E35855

Tints of Flamingo #E35855

RGB

 RED value IS 227 (89.06% from 255) = 56.75%

 GREEN value IS 88 (34.77% from 255) = 22%

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

R = 56.75%
G = 22%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E35855 (or 0xE35855) is known color: Flamingo. HEX triplet: E3, 58 and 55. RGB value is (227,88,85). Sum of RGB (Red+Green+Blue) = 227+88+85=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E35855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35855 is #1CA7AA. Grayscale: #818181. Windows color (decimal): -1877931 or 5593315. OLE color: 5593315.

HSL color Cylindrical-coordinate representation of color #E35855: hue angle of 1.27º degrees, saturation: 0.72, 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 #E35855 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 88 85 -
CMYK 0 0.61 0.63 0.11
HSL 1.27º 0.72% 0.61% -
HSV(B) 1.27º 0.63% 0.89% -
XYZ 36.81 23.97 11.28 -
YUV 129.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 227 88 85 0 0.61 0.63 0.11 1.27 0.72 0.61
Hex E3 58 55 0 3D 3F B 1 48 3D
Octal 343 130 125 0 75 77 13 1 110 75
Binary 11100011 1011000 1010101 0 111101 111111 1011 1 1001000 111101

Color Harmonies of #E35855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35855

Black with #E35855

Text Example


Text Example

White with #E35855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35855; }

 p { color: rgb(227,88,85); }

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

background-color css

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

 a { background-color: rgb(227,88,85); }

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

border-color css

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

 span { border-color: rgb(227,88,85); }

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