Html Css Color HEX #E96069 Froly

📋 copy color: '#E96069'

red 233 ◦ green 96 ◦ blue 105

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

Shades of Froly #E96069

Tints of Froly #E96069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.19%

R = 53.69%
G = 22.12%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E96069 (or 0xE96069) is known color: Froly. HEX triplet: E9, 60 and 69. RGB value is (233,96,105). Sum of RGB (Red+Green+Blue) = 233+96+105=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E96069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96069 is #169F96. Grayscale: #8A8A8A. Windows color (decimal): -1482647 or 6906089. OLE color: 6906089.

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

Color convert

RGB 233 96 105 -
CMYK 0 0.59 0.55 0.09
HSL 356.06º 0.76% 0.65% -
HSV(B) 356.06º 0.59% 0.91% -
XYZ 40.34 26.71 16.39 -
YUV 137.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 233 96 105 0 0.59 0.55 0.09 356.06 0.76 0.65
Hex E9 60 69 0 3B 37 9 164 4C 41
Octal 351 140 151 0 73 67 11 544 114 101
Binary 11101001 1100000 1101001 0 111011 110111 1001 101100100 1001100 1000001

Color Harmonies of #E96069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96069

Black with #E96069

Text Example


Text Example

White with #E96069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96069; }

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

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

background-color css

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

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

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

border-color css

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

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

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