Html Css Color HEX #E0707B Froly

📋 copy color: '#E0707B'

red 224 ◦ green 112 ◦ blue 123

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

Shades of Froly #E0707B

Tints of Froly #E0707B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.4%

 BLUE value IS 123 (48.44% from 255) = 26.8%

R = 48.8%
G = 24.4%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0707B (or 0xE0707B) is known color: Froly. HEX triplet: E0, 70 and 7B. RGB value is (224,112,123). Sum of RGB (Red+Green+Blue) = 224+112+123=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E0707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0707B is #1F8F84. Grayscale: #929292. Windows color (decimal): -2068357 or 8089824. OLE color: 8089824.

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

Color convert

RGB 224 112 123 -
CMYK 0 0.50 0.45 0.12
HSL 354.11º 0.64% 0.66% -
HSV(B) 354.11º 0.5% 0.88% -
XYZ 40.11 28.87 22.2 -
YUV 146.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 224 112 123 0 0.50 0.45 0.12 354.11 0.64 0.66
Hex E0 70 7B 0 32 2D C 162 40 42
Octal 340 160 173 0 62 55 14 542 100 102
Binary 11100000 1110000 1111011 0 110010 101101 1100 101100010 1000000 1000010

Color Harmonies of #E0707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0707B

Black with #E0707B

Text Example


Text Example

White with #E0707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0707B; }

 p { color: rgb(224,112,123); }

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

background-color css

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

 a { background-color: rgb(224,112,123); }

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

border-color css

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

 span { border-color: rgb(224,112,123); }

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