Html Css Color HEX #E06773 Froly

📋 copy color: '#E06773'

red 224 ◦ green 103 ◦ blue 115

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

Shades of Froly #E06773

Tints of Froly #E06773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.02%

R = 50.68%
G = 23.3%
B = 26.02%

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

#E06773 (or 0xE06773) is known color: Froly. HEX triplet: E0, 67 and 73. RGB value is (224,103,115). Sum of RGB (Red+Green+Blue) = 224+103+115=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E06773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06773 is #1F988C. Grayscale: #8C8C8C. Windows color (decimal): -2070669 or 7563232. OLE color: 7563232.

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

Color convert

RGB 224 103 115 -
CMYK 0 0.54 0.49 0.12
HSL 354.05º 0.66% 0.64% -
HSV(B) 354.05º 0.54% 0.88% -
XYZ 38.69 26.79 19.35 -
YUV 140.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 224 103 115 0 0.54 0.49 0.12 354.05 0.66 0.64
Hex E0 67 73 0 36 31 C 162 42 40
Octal 340 147 163 0 66 61 14 542 102 100
Binary 11100000 1100111 1110011 0 110110 110001 1100 101100010 1000010 1000000

Color Harmonies of #E06773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06773

Black with #E06773

Text Example


Text Example

White with #E06773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06773; }

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

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

background-color css

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

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

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

border-color css

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

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

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