Html Css Color HEX #E5767D Froly

📋 copy color: '#E5767D'

red 229 ◦ green 118 ◦ blue 125

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

Shades of Froly #E5767D

Tints of Froly #E5767D

RGB

 RED value IS 229 (89.84% from 255) = 48.52%

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

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

R = 48.52%
G = 25%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5767D (or 0xE5767D) is known color: Froly. HEX triplet: E5, 76 and 7D. RGB value is (229,118,125). Sum of RGB (Red+Green+Blue) = 229+118+125=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5767D is #1A8982. Grayscale: #989898. Windows color (decimal): -1739139 or 8222437. OLE color: 8222437.

HSL color Cylindrical-coordinate representation of color #E5767D: hue angle of 356.22º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5767D is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 118 125 -
CMYK 0 0.48 0.45 0.10
HSL 356.22º 0.68% 0.68% -
HSV(B) 356.22º 0.48% 0.9% -
XYZ 42.49 31.1 23.16 -
YUV 151.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 229 118 125 0 0.48 0.45 0.10 356.22 0.68 0.68
Hex E5 76 7D 0 30 2D A 164 44 44
Octal 345 166 175 0 60 55 12 544 104 104
Binary 11100101 1110110 1111101 0 110000 101101 1010 101100100 1000100 1000100

Color Harmonies of #E5767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5767D

Black with #E5767D

Text Example


Text Example

White with #E5767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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