Html Css Color HEX #E97278 Froly

📋 copy color: '#E97278'

red 233 ◦ green 114 ◦ blue 120

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

Shades of Froly #E97278

Tints of Froly #E97278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.41%

 BLUE value IS 120 (47.27% from 255) = 25.7%

R = 49.89%
G = 24.41%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E97278 (or 0xE97278) is known color: Froly. HEX triplet: E9, 72 and 78. RGB value is (233,114,120). Sum of RGB (Red+Green+Blue) = 233+114+120=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E97278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97278 is #168D87. Grayscale: #969696. Windows color (decimal): -1478024 or 7893737. OLE color: 7893737.

HSL color Cylindrical-coordinate representation of color #E97278: hue angle of 356.97º 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 #E97278 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 114 120 -
CMYK 0 0.51 0.48 0.09
HSL 356.97º 0.73% 0.68% -
HSV(B) 356.97º 0.51% 0.91% -
XYZ 43.01 30.71 21.43 -
YUV 150.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 233 114 120 0 0.51 0.48 0.09 356.97 0.73 0.68
Hex E9 72 78 0 33 30 9 165 49 44
Octal 351 162 170 0 63 60 11 545 111 104
Binary 11101001 1110010 1111000 0 110011 110000 1001 101100101 1001001 1000100

Color Harmonies of #E97278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97278

Black with #E97278

Text Example


Text Example

White with #E97278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97278; }

 p { color: rgb(233,114,120); }

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

background-color css

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

 a { background-color: rgb(233,114,120); }

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

border-color css

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

 span { border-color: rgb(233,114,120); }

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