Html Css Color HEX #E96077 Froly

📋 copy color: '#E96077'

red 233 ◦ green 96 ◦ blue 119

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

Shades of Froly #E96077

Tints of Froly #E96077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.43%

 BLUE value IS 119 (46.88% from 255) = 26.56%

R = 52.01%
G = 21.43%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E96077 (or 0xE96077) is known color: Froly. HEX triplet: E9, 60 and 77. RGB value is (233,96,119). Sum of RGB (Red+Green+Blue) = 233+96+119=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E96077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96077 is #169F88. Grayscale: #8B8B8B. Windows color (decimal): -1482633 or 7823593. OLE color: 7823593.

HSL color Cylindrical-coordinate representation of color #E96077: hue angle of 349.93º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E96077 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 96 119 -
CMYK 0 0.59 0.49 0.09
HSL 349.93º 0.76% 0.65% -
HSV(B) 349.93º 0.59% 0.91% -
XYZ 41.12 27.02 20.5 -
YUV 139.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 233 96 119 0 0.59 0.49 0.09 349.93 0.76 0.65
Hex E9 60 77 0 3B 31 9 15E 4C 41
Octal 351 140 167 0 73 61 11 536 114 101
Binary 11101001 1100000 1110111 0 111011 110001 1001 101011110 1001100 1000001

Color Harmonies of #E96077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96077

Black with #E96077

Text Example


Text Example

White with #E96077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96077; }

 p { color: rgb(233,96,119); }

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

background-color css

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

 a { background-color: rgb(233,96,119); }

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

border-color css

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

 span { border-color: rgb(233,96,119); }

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