Html Css Color HEX #E35F65 Froly

📋 copy color: '#E35F65'

red 227 ◦ green 95 ◦ blue 101

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

Shades of Froly #E35F65

Tints of Froly #E35F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 53.66%
G = 22.46%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E35F65 (or 0xE35F65) is known color: Froly. HEX triplet: E3, 5F and 65. RGB value is (227,95,101). Sum of RGB (Red+Green+Blue) = 227+95+101=423 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.66% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F65 is #1CA09A. Grayscale: #878787. Windows color (decimal): -1876123 or 6643683. OLE color: 6643683.

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

Color convert

RGB 227 95 101 -
CMYK 0 0.58 0.56 0.11
HSL 357.27º 0.7% 0.63% -
HSV(B) 357.27º 0.58% 0.89% -
XYZ 38.12 25.45 15.22 -
YUV 135.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 227 95 101 0 0.58 0.56 0.11 357.27 0.7 0.63
Hex E3 5F 65 0 3A 38 B 165 46 3F
Octal 343 137 145 0 72 70 13 545 106 77
Binary 11100011 1011111 1100101 0 111010 111000 1011 101100101 1000110 111111

Color Harmonies of #E35F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35F65

Black with #E35F65

Text Example


Text Example

White with #E35F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35F65; }

 p { color: rgb(227,95,101); }

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

background-color css

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

 a { background-color: rgb(227,95,101); }

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

border-color css

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

 span { border-color: rgb(227,95,101); }

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