Html Css Color HEX #E06772 Froly

📋 copy color: '#E06772'

red 224 ◦ green 103 ◦ blue 114

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

Shades of Froly #E06772

Tints of Froly #E06772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.36%

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 50.79%
G = 23.36%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E06772 (or 0xE06772) is known color: Froly. HEX triplet: E0, 67 and 72. RGB value is (224,103,114). Sum of RGB (Red+Green+Blue) = 224+103+114=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E06772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06772 is #1F988D. Grayscale: #8C8C8C. Windows color (decimal): -2070670 or 7497696. OLE color: 7497696.

HSL color Cylindrical-coordinate representation of color #E06772: hue angle of 354.55º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06772 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 103 114 -
CMYK 0 0.54 0.49 0.12
HSL 354.55º 0.66% 0.64% -
HSV(B) 354.55º 0.54% 0.88% -
XYZ 38.63 26.76 19.05 -
YUV 140.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 224 103 114 0 0.54 0.49 0.12 354.55 0.66 0.64
Hex E0 67 72 0 36 31 C 163 42 40
Octal 340 147 162 0 66 61 14 543 102 100
Binary 11100000 1100111 1110010 0 110110 110001 1100 101100011 1000010 1000000

Color Harmonies of #E06772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06772

Black with #E06772

Text Example


Text Example

White with #E06772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06772; }

 p { color: rgb(224,103,114); }

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

background-color css

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

 a { background-color: rgb(224,103,114); }

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

border-color css

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

 span { border-color: rgb(224,103,114); }

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