Html Css Color HEX #E96065 Froly

📋 copy color: '#E96065'

red 233 ◦ green 96 ◦ blue 101

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

Shades of Froly #E96065

Tints of Froly #E96065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.49%

R = 54.19%
G = 22.33%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E96065 (or 0xE96065) is known color: Froly. HEX triplet: E9, 60 and 65. RGB value is (233,96,101). Sum of RGB (Red+Green+Blue) = 233+96+101=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E96065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96065 is #169F9A. Grayscale: #898989. Windows color (decimal): -1482651 or 6643945. OLE color: 6643945.

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

Color convert

RGB 233 96 101 -
CMYK 0 0.59 0.57 0.09
HSL 357.81º 0.76% 0.65% -
HSV(B) 357.81º 0.59% 0.91% -
XYZ 40.14 26.63 15.34 -
YUV 137.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 233 96 101 0 0.59 0.57 0.09 357.81 0.76 0.65
Hex E9 60 65 0 3B 39 9 166 4C 41
Octal 351 140 145 0 73 71 11 546 114 101
Binary 11101001 1100000 1100101 0 111011 111001 1001 101100110 1001100 1000001

Color Harmonies of #E96065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96065

Black with #E96065

Text Example


Text Example

White with #E96065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96065; }

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

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

background-color css

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

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

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

border-color css

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

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

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