Html Css Color HEX #E46065 Froly

📋 copy color: '#E46065'

red 228 ◦ green 96 ◦ blue 101

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

Shades of Froly #E46065

Tints of Froly #E46065

RGB

 RED value IS 228 (89.45% from 255) = 53.65%

 GREEN value IS 96 (37.89% from 255) = 22.59%

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

R = 53.65%
G = 22.59%
B = 23.76%

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

#E46065 (or 0xE46065) is known color: Froly. HEX triplet: E4, 60 and 65. RGB value is (228,96,101). Sum of RGB (Red+Green+Blue) = 228+96+101=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E46065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46065 is #1B9F9A. Grayscale: #888888. Windows color (decimal): -1810331 or 6643940. OLE color: 6643940.

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

Color convert

RGB 228 96 101 -
CMYK 0 0.58 0.56 0.11
HSL 357.73º 0.71% 0.64% -
HSV(B) 357.73º 0.58% 0.89% -
XYZ 38.53 25.8 15.26 -
YUV 136.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 228 96 101 0 0.58 0.56 0.11 357.73 0.71 0.64
Hex E4 60 65 0 3A 38 B 166 47 40
Octal 344 140 145 0 72 70 13 546 107 100
Binary 11100100 1100000 1100101 0 111010 111000 1011 101100110 1000111 1000000

Color Harmonies of #E46065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46065

Black with #E46065

Text Example


Text Example

White with #E46065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46065; }

 p { color: rgb(228,96,101); }

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

background-color css

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

 a { background-color: rgb(228,96,101); }

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

border-color css

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

 span { border-color: rgb(228,96,101); }

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