Html Css Color HEX #E2767D Froly

📋 copy color: '#E2767D'

red 226 ◦ green 118 ◦ blue 125

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

Shades of Froly #E2767D

Tints of Froly #E2767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.16%

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

R = 48.19%
G = 25.16%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2767D (or 0xE2767D) is known color: Froly. HEX triplet: E2, 76 and 7D. RGB value is (226,118,125). Sum of RGB (Red+Green+Blue) = 226+118+125=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2767D is #1D8982. Grayscale: #979797. Windows color (decimal): -1935747 or 8222434. OLE color: 8222434.

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

Color convert

RGB 226 118 125 -
CMYK 0 0.48 0.45 0.11
HSL 356.11º 0.65% 0.67% -
HSV(B) 356.11º 0.48% 0.89% -
XYZ 41.54 30.61 23.12 -
YUV 151.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 226 118 125 0 0.48 0.45 0.11 356.11 0.65 0.67
Hex E2 76 7D 0 30 2D B 164 41 43
Octal 342 166 175 0 60 55 13 544 101 103
Binary 11100010 1110110 1111101 0 110000 101101 1011 101100100 1000001 1000011

Color Harmonies of #E2767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2767D

Black with #E2767D

Text Example


Text Example

White with #E2767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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