Html Css Color HEX #E46268 Froly

📋 copy color: '#E46268'

red 228 ◦ green 98 ◦ blue 104

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

Shades of Froly #E46268

Tints of Froly #E46268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.19%

R = 53.02%
G = 22.79%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E46268 (or 0xE46268) is known color: Froly. HEX triplet: E4, 62 and 68. RGB value is (228,98,104). Sum of RGB (Red+Green+Blue) = 228+98+104=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E46268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46268 is #1B9D97. Grayscale: #898989. Windows color (decimal): -1809816 or 6841060. OLE color: 6841060.

HSL color Cylindrical-coordinate representation of color #E46268: hue angle of 357.23º 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 #E46268 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 98 104 -
CMYK 0 0.57 0.54 0.11
HSL 357.23º 0.71% 0.64% -
HSV(B) 357.23º 0.57% 0.89% -
XYZ 38.86 26.23 16.11 -
YUV 137.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 228 98 104 0 0.57 0.54 0.11 357.23 0.71 0.64
Hex E4 62 68 0 39 36 B 165 47 40
Octal 344 142 150 0 71 66 13 545 107 100
Binary 11100100 1100010 1101000 0 111001 110110 1011 101100101 1000111 1000000

Color Harmonies of #E46268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46268

Black with #E46268

Text Example


Text Example

White with #E46268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46268; }

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

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

background-color css

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

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

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

border-color css

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

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

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