Html Css Color HEX #E2697D Froly

📋 copy color: '#E2697D'

red 226 ◦ green 105 ◦ blue 125

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

Shades of Froly #E2697D

Tints of Froly #E2697D

RGB

 RED value IS 226 (88.67% from 255) = 49.56%

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

 BLUE value IS 125 (49.22% from 255) = 27.41%

R = 49.56%
G = 23.03%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2697D (or 0xE2697D) is known color: Froly. HEX triplet: E2, 69 and 7D. RGB value is (226,105,125). Sum of RGB (Red+Green+Blue) = 226+105+125=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2697D is #1D9682. Grayscale: #8F8F8F. Windows color (decimal): -1939075 or 8219106. OLE color: 8219106.

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

Color convert

RGB 226 105 125 -
CMYK 0 0.54 0.45 0.11
HSL 350.08º 0.68% 0.65% -
HSV(B) 350.08º 0.54% 0.89% -
XYZ 40.12 27.75 22.64 -
YUV 143.46 117.59 186.87 -
System Red Green Blue C M Y K H S L
Decimal 226 105 125 0 0.54 0.45 0.11 350.08 0.68 0.65
Hex E2 69 7D 0 36 2D B 15E 44 41
Octal 342 151 175 0 66 55 13 536 104 101
Binary 11100010 1101001 1111101 0 110110 101101 1011 101011110 1000100 1000001

Color Harmonies of #E2697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2697D

Black with #E2697D

Text Example


Text Example

White with #E2697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2697D; }

 p { color: rgb(226,105,125); }

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

background-color css

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

 a { background-color: rgb(226,105,125); }

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

border-color css

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

 span { border-color: rgb(226,105,125); }

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