Html Css Color HEX #E46265 Froly

📋 copy color: '#E46265'

red 228 ◦ green 98 ◦ blue 101

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

Shades of Froly #E46265

Tints of Froly #E46265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.95%

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

R = 53.4%
G = 22.95%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E46265 (or 0xE46265) is known color: Froly. HEX triplet: E4, 62 and 65. RGB value is (228,98,101). Sum of RGB (Red+Green+Blue) = 228+98+101=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E46265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46265 is #1B9D9A. Grayscale: #898989. Windows color (decimal): -1809819 or 6644452. OLE color: 6644452.

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

Color convert

RGB 228 98 101 -
CMYK 0 0.57 0.56 0.11
HSL 358.62º 0.71% 0.64% -
HSV(B) 358.62º 0.57% 0.89% -
XYZ 38.71 26.17 15.32 -
YUV 137.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 228 98 101 0 0.57 0.56 0.11 358.62 0.71 0.64
Hex E4 62 65 0 39 38 B 167 47 40
Octal 344 142 145 0 71 70 13 547 107 100
Binary 11100100 1100010 1100101 0 111001 111000 1011 101100111 1000111 1000000

Color Harmonies of #E46265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46265

Black with #E46265

Text Example


Text Example

White with #E46265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46265; }

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

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

background-color css

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

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

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

border-color css

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

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

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