Html Css Color HEX #E35E64 Froly

📋 copy color: '#E35E64'

red 227 ◦ green 94 ◦ blue 100

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

Shades of Froly #E35E64

Tints of Froly #E35E64

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.33%

 BLUE value IS 100 (39.45% from 255) = 23.75%

R = 53.92%
G = 22.33%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E35E64 (or 0xE35E64) is known color: Froly. HEX triplet: E3, 5E and 64. RGB value is (227,94,100). Sum of RGB (Red+Green+Blue) = 227+94+100=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E35E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35E64 is #1CA19B. Grayscale: #868686. Windows color (decimal): -1876380 or 6577891. OLE color: 6577891.

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

Color convert

RGB 227 94 100 -
CMYK 0 0.59 0.56 0.11
HSL 357.29º 0.7% 0.63% -
HSV(B) 357.29º 0.59% 0.89% -
XYZ 37.98 25.26 14.93 -
YUV 134.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 227 94 100 0 0.59 0.56 0.11 357.29 0.7 0.63
Hex E3 5E 64 0 3B 38 B 165 46 3F
Octal 343 136 144 0 73 70 13 545 106 77
Binary 11100011 1011110 1100100 0 111011 111000 1011 101100101 1000110 111111

Color Harmonies of #E35E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35E64

Black with #E35E64

Text Example


Text Example

White with #E35E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35E64; }

 p { color: rgb(227,94,100); }

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

background-color css

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

 a { background-color: rgb(227,94,100); }

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

border-color css

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

 span { border-color: rgb(227,94,100); }

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