Html Css Color HEX #E46668 Froly

📋 copy color: '#E46668'

red 228 ◦ green 102 ◦ blue 104

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

Shades of Froly #E46668

Tints of Froly #E46668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.5%

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

R = 52.53%
G = 23.5%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E46668 (or 0xE46668) is known color: Froly. HEX triplet: E4, 66 and 68. RGB value is (228,102,104). Sum of RGB (Red+Green+Blue) = 228+102+104=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E46668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46668 is #1B9997. Grayscale: #8C8C8C. Windows color (decimal): -1808792 or 6842084. OLE color: 6842084.

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

Color convert

RGB 228 102 104 -
CMYK 0 0.55 0.54 0.11
HSL 359.05º 0.7% 0.65% -
HSV(B) 359.05º 0.55% 0.89% -
XYZ 39.24 27 16.24 -
YUV 139.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 228 102 104 0 0.55 0.54 0.11 359.05 0.7 0.65
Hex E4 66 68 0 37 36 B 167 46 41
Octal 344 146 150 0 67 66 13 547 106 101
Binary 11100100 1100110 1101000 0 110111 110110 1011 101100111 1000110 1000001

Color Harmonies of #E46668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46668

Black with #E46668

Text Example


Text Example

White with #E46668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46668; }

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

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

background-color css

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

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

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

border-color css

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

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

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