Html Css Color HEX #E96B7D Froly

📋 copy color: '#E96B7D'

red 233 ◦ green 107 ◦ blue 125

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

Shades of Froly #E96B7D

Tints of Froly #E96B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.01%

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

R = 50.11%
G = 23.01%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E96B7D (or 0xE96B7D) is known color: Froly. HEX triplet: E9, 6B and 7D. RGB value is (233,107,125). Sum of RGB (Red+Green+Blue) = 233+107+125=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B7D is #169482. Grayscale: #929292. Windows color (decimal): -1479811 or 8219625. OLE color: 8219625.

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

Color convert

RGB 233 107 125 -
CMYK 0 0.54 0.46 0.09
HSL 351.43º 0.74% 0.67% -
HSV(B) 351.43º 0.54% 0.91% -
XYZ 42.56 29.32 22.82 -
YUV 146.73 115.74 189.54 -
System Red Green Blue C M Y K H S L
Decimal 233 107 125 0 0.54 0.46 0.09 351.43 0.74 0.67
Hex E9 6B 7D 0 36 2E 9 15F 4A 43
Octal 351 153 175 0 66 56 11 537 112 103
Binary 11101001 1101011 1111101 0 110110 101110 1001 101011111 1001010 1000011

Color Harmonies of #E96B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96B7D

Black with #E96B7D

Text Example


Text Example

White with #E96B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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