Html Css Color HEX #E97481 Froly

📋 copy color: '#E97481'

red 233 ◦ green 116 ◦ blue 129

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

Shades of Froly #E97481

Tints of Froly #E97481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.27%

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

R = 48.74%
G = 24.27%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E97481 (or 0xE97481) is known color: Froly. HEX triplet: E9, 74 and 81. RGB value is (233,116,129). Sum of RGB (Red+Green+Blue) = 233+116+129=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E97481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97481 is #168B7E. Grayscale: #989898. Windows color (decimal): -1477503 or 8484073. OLE color: 8484073.

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

Color convert

RGB 233 116 129 -
CMYK 0 0.50 0.45 0.09
HSL 353.33º 0.73% 0.68% -
HSV(B) 353.33º 0.5% 0.91% -
XYZ 43.81 31.4 24.52 -
YUV 152.47 114.76 185.44 -
System Red Green Blue C M Y K H S L
Decimal 233 116 129 0 0.50 0.45 0.09 353.33 0.73 0.68
Hex E9 74 81 0 32 2D 9 161 49 44
Octal 351 164 201 0 62 55 11 541 111 104
Binary 11101001 1110100 10000001 0 110010 101101 1001 101100001 1001001 1000100

Color Harmonies of #E97481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97481

Black with #E97481

Text Example


Text Example

White with #E97481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97481; }

 p { color: rgb(233,116,129); }

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

background-color css

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

 a { background-color: rgb(233,116,129); }

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

border-color css

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

 span { border-color: rgb(233,116,129); }

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