Html Css Color HEX #E0696B Froly

📋 copy color: '#E0696B'

red 224 ◦ green 105 ◦ blue 107

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

Shades of Froly #E0696B

Tints of Froly #E0696B

RGB

 RED value IS 224 (87.89% from 255) = 51.38%

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

 BLUE value IS 107 (42.19% from 255) = 24.54%

R = 51.38%
G = 24.08%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0696B (or 0xE0696B) is known color: Froly. HEX triplet: E0, 69 and 6B. RGB value is (224,105,107). Sum of RGB (Red+Green+Blue) = 224+105+107=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E0696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0696B is #1F9694. Grayscale: #8C8C8C. Windows color (decimal): -2070165 or 7039456. OLE color: 7039456.

HSL color Cylindrical-coordinate representation of color #E0696B: hue angle of 358.99º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0696B is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 107 -
CMYK 0 0.53 0.52 0.12
HSL 358.99º 0.66% 0.65% -
HSV(B) 358.99º 0.53% 0.88% -
XYZ 38.45 27.01 17.1 -
YUV 140.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 224 105 107 0 0.53 0.52 0.12 358.99 0.66 0.65
Hex E0 69 6B 0 35 34 C 167 42 41
Octal 340 151 153 0 65 64 14 547 102 101
Binary 11100000 1101001 1101011 0 110101 110100 1100 101100111 1000010 1000001

Color Harmonies of #E0696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0696B

Black with #E0696B

Text Example


Text Example

White with #E0696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0696B; }

 p { color: rgb(224,105,107); }

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

background-color css

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

 a { background-color: rgb(224,105,107); }

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

border-color css

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

 span { border-color: rgb(224,105,107); }

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