Html Css Color HEX #E0767A Froly

📋 copy color: '#E0767A'

red 224 ◦ green 118 ◦ blue 122

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

Shades of Froly #E0767A

Tints of Froly #E0767A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.29%

R = 48.28%
G = 25.43%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0767A (or 0xE0767A) is known color: Froly. HEX triplet: E0, 76 and 7A. RGB value is (224,118,122). Sum of RGB (Red+Green+Blue) = 224+118+122=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0767A is #1F8985. Grayscale: #969696. Windows color (decimal): -2066822 or 8025824. OLE color: 8025824.

HSL color Cylindrical-coordinate representation of color #E0767A: hue angle of 357.74º 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 #E0767A is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 118 122 -
CMYK 0 0.47 0.46 0.12
HSL 357.74º 0.63% 0.67% -
HSV(B) 357.74º 0.47% 0.88% -
XYZ 40.73 30.21 22.1 -
YUV 150.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 224 118 122 0 0.47 0.46 0.12 357.74 0.63 0.67
Hex E0 76 7A 0 2F 2E C 166 3F 43
Octal 340 166 172 0 57 56 14 546 77 103
Binary 11100000 1110110 1111010 0 101111 101110 1100 101100110 111111 1000011

Color Harmonies of #E0767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0767A

Black with #E0767A

Text Example


Text Example

White with #E0767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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