Html Css Color HEX #E46768 Froly

📋 copy color: '#E46768'

red 228 ◦ green 103 ◦ blue 104

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

Shades of Froly #E46768

Tints of Froly #E46768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.68%

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

R = 52.41%
G = 23.68%
B = 23.91%

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

#E46768 (or 0xE46768) is known color: Froly. HEX triplet: E4, 67 and 68. RGB value is (228,103,104). Sum of RGB (Red+Green+Blue) = 228+103+104=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E46768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46768 is #1B9897. Grayscale: #8C8C8C. Windows color (decimal): -1808536 or 6842340. OLE color: 6842340.

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

Color convert

RGB 228 103 104 -
CMYK 0 0.55 0.54 0.11
HSL 359.52º 0.7% 0.65% -
HSV(B) 359.52º 0.55% 0.89% -
XYZ 39.34 27.19 16.27 -
YUV 140.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 228 103 104 0 0.55 0.54 0.11 359.52 0.7 0.65
Hex E4 67 68 0 37 36 B 168 46 41
Octal 344 147 150 0 67 66 13 550 106 101
Binary 11100100 1100111 1101000 0 110111 110110 1011 101101000 1000110 1000001

Color Harmonies of #E46768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46768

Black with #E46768

Text Example


Text Example

White with #E46768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46768; }

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

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

background-color css

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

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

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

border-color css

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

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

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