Html Css Color HEX #E97380 Froly

📋 copy color: '#E97380'

red 233 ◦ green 115 ◦ blue 128

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

Shades of Froly #E97380

Tints of Froly #E97380

RGB

 RED value IS 233 (91.41% from 255) = 48.95%

 GREEN value IS 115 (45.31% from 255) = 24.16%

 BLUE value IS 128 (50.39% from 255) = 26.89%

R = 48.95%
G = 24.16%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E97380 (or 0xE97380) is known color: Froly. HEX triplet: E9, 73 and 80. RGB value is (233,115,128). Sum of RGB (Red+Green+Blue) = 233+115+128=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E97380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97380 is #168C7F. Grayscale: #979797. Windows color (decimal): -1477760 or 8418281. OLE color: 8418281.

HSL color Cylindrical-coordinate representation of color #E97380: hue angle of 353.39º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E97380 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 115 128 -
CMYK 0 0.51 0.45 0.09
HSL 353.39º 0.73% 0.68% -
HSV(B) 353.39º 0.51% 0.91% -
XYZ 43.63 31.14 24.13 -
YUV 151.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 233 115 128 0 0.51 0.45 0.09 353.39 0.73 0.68
Hex E9 73 80 0 33 2D 9 161 49 44
Octal 351 163 200 0 63 55 11 541 111 104
Binary 11101001 1110011 10000000 0 110011 101101 1001 101100001 1001001 1000100

Color Harmonies of #E97380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97380

Black with #E97380

Text Example


Text Example

White with #E97380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97380; }

 p { color: rgb(233,115,128); }

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

background-color css

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

 a { background-color: rgb(233,115,128); }

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

border-color css

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

 span { border-color: rgb(233,115,128); }

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