Html Css Color HEX #E97A7D Froly

📋 copy color: '#E97A7D'

red 233 ◦ green 122 ◦ blue 125

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

Shades of Froly #E97A7D

Tints of Froly #E97A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.42%

 BLUE value IS 125 (49.22% from 255) = 26.04%

R = 48.54%
G = 25.42%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E97A7D (or 0xE97A7D) is known color: Froly. HEX triplet: E9, 7A and 7D. RGB value is (233,122,125). Sum of RGB (Red+Green+Blue) = 233+122+125=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A7D is #168582. Grayscale: #9B9B9B. Windows color (decimal): -1475971 or 8223465. OLE color: 8223465.

HSL color Cylindrical-coordinate representation of color #E97A7D: hue angle of 358.38º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97A7D is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 122 125 -
CMYK 0 0.48 0.46 0.09
HSL 358.38º 0.72% 0.7% -
HSV(B) 358.38º 0.48% 0.91% -
XYZ 44.27 32.72 23.39 -
YUV 155.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 233 122 125 0 0.48 0.46 0.09 358.38 0.72 0.7
Hex E9 7A 7D 0 30 2E 9 166 48 46
Octal 351 172 175 0 60 56 11 546 110 106
Binary 11101001 1111010 1111101 0 110000 101110 1001 101100110 1001000 1000110

Color Harmonies of #E97A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97A7D

Black with #E97A7D

Text Example


Text Example

White with #E97A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97A7D; }

 p { color: rgb(233,122,125); }

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

background-color css

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

 a { background-color: rgb(233,122,125); }

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

border-color css

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

 span { border-color: rgb(233,122,125); }

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