Html Css Color HEX #E4696F Froly

📋 copy color: '#E4696F'

red 228 ◦ green 105 ◦ blue 111

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

Shades of Froly #E4696F

Tints of Froly #E4696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.65%

 BLUE value IS 111 (43.75% from 255) = 25%

R = 51.35%
G = 23.65%
B = 25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E4696F (or 0xE4696F) is known color: Froly. HEX triplet: E4, 69 and 6F. RGB value is (228,105,111). Sum of RGB (Red+Green+Blue) = 228+105+111=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E4696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4696F is #1B9690. Grayscale: #8E8E8E. Windows color (decimal): -1808017 or 7301604. OLE color: 7301604.

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

Color convert

RGB 228 105 111 -
CMYK 0 0.54 0.51 0.11
HSL 357.07º 0.69% 0.65% -
HSV(B) 357.07º 0.54% 0.89% -
XYZ 39.92 27.74 18.29 -
YUV 142.46 110.25 189.01 -
System Red Green Blue C M Y K H S L
Decimal 228 105 111 0 0.54 0.51 0.11 357.07 0.69 0.65
Hex E4 69 6F 0 36 33 B 165 45 41
Octal 344 151 157 0 66 63 13 545 105 101
Binary 11100100 1101001 1101111 0 110110 110011 1011 101100101 1000101 1000001

Color Harmonies of #E4696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4696F

Black with #E4696F

Text Example


Text Example

White with #E4696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4696F; }

 p { color: rgb(228,105,111); }

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

background-color css

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

 a { background-color: rgb(228,105,111); }

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

border-color css

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

 span { border-color: rgb(228,105,111); }

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