Html Css Color HEX #E07B81 Froly

📋 copy color: '#E07B81'

red 224 ◦ green 123 ◦ blue 129

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

Shades of Froly #E07B81

Tints of Froly #E07B81

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.84%

 BLUE value IS 129 (50.78% from 255) = 27.1%

R = 47.06%
G = 25.84%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E07B81 (or 0xE07B81) is known color: Froly. HEX triplet: E0, 7B and 81. RGB value is (224,123,129). Sum of RGB (Red+Green+Blue) = 224+123+129=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07B81 is #1F847E. Grayscale: #999999. Windows color (decimal): -2065535 or 8485856. OLE color: 8485856.

HSL color Cylindrical-coordinate representation of color #E07B81: hue angle of 356.44º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07B81 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 123 129 -
CMYK 0 0.45 0.42 0.12
HSL 356.44º 0.62% 0.68% -
HSV(B) 356.44º 0.45% 0.88% -
XYZ 41.79 31.6 24.67 -
YUV 153.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 224 123 129 0 0.45 0.42 0.12 356.44 0.62 0.68
Hex E0 7B 81 0 2D 2A C 164 3E 44
Octal 340 173 201 0 55 52 14 544 76 104
Binary 11100000 1111011 10000001 0 101101 101010 1100 101100100 111110 1000100

Color Harmonies of #E07B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07B81

Black with #E07B81

Text Example


Text Example

White with #E07B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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