Html Css Color HEX #E96568 Froly

📋 copy color: '#E96568'

red 233 ◦ green 101 ◦ blue 104

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

Shades of Froly #E96568

Tints of Froly #E96568

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.06%

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 53.2%
G = 23.06%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E96568 (or 0xE96568) is known color: Froly. HEX triplet: E9, 65 and 68. RGB value is (233,101,104). Sum of RGB (Red+Green+Blue) = 233+101+104=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E96568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96568 is #169A97. Grayscale: #8C8C8C. Windows color (decimal): -1481368 or 6841833. OLE color: 6841833.

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

Color convert

RGB 233 101 104 -
CMYK 0 0.57 0.55 0.09
HSL 358.64º 0.75% 0.65% -
HSV(B) 358.64º 0.57% 0.91% -
XYZ 40.76 27.63 16.28 -
YUV 140.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 233 101 104 0 0.57 0.55 0.09 358.64 0.75 0.65
Hex E9 65 68 0 39 37 9 167 4B 41
Octal 351 145 150 0 71 67 11 547 113 101
Binary 11101001 1100101 1101000 0 111001 110111 1001 101100111 1001011 1000001

Color Harmonies of #E96568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96568

Black with #E96568

Text Example


Text Example

White with #E96568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96568; }

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

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

background-color css

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

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

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

border-color css

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

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

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