Html Css Color HEX #E0767F Froly

📋 copy color: '#E0767F'

red 224 ◦ green 118 ◦ blue 127

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

Shades of Froly #E0767F

Tints of Froly #E0767F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.08%

R = 47.76%
G = 25.16%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0767F (or 0xE0767F) is known color: Froly. HEX triplet: E0, 76 and 7F. RGB value is (224,118,127). Sum of RGB (Red+Green+Blue) = 224+118+127=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0767F is #1F8980. Grayscale: #969696. Windows color (decimal): -2066817 or 8353504. OLE color: 8353504.

HSL color Cylindrical-coordinate representation of color #E0767F: hue angle of 354.91º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0767F is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 118 127 -
CMYK 0 0.47 0.43 0.12
HSL 354.91º 0.63% 0.67% -
HSV(B) 354.91º 0.47% 0.88% -
XYZ 41.05 30.34 23.77 -
YUV 150.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 224 118 127 0 0.47 0.43 0.12 354.91 0.63 0.67
Hex E0 76 7F 0 2F 2B C 163 3F 43
Octal 340 166 177 0 57 53 14 543 77 103
Binary 11100000 1110110 1111111 0 101111 101011 1100 101100011 111111 1000011

Color Harmonies of #E0767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0767F

Black with #E0767F

Text Example


Text Example

White with #E0767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0767F; }

 p { color: rgb(224,118,127); }

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

background-color css

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

 a { background-color: rgb(224,118,127); }

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

border-color css

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

 span { border-color: rgb(224,118,127); }

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