Html Css Color HEX #E96369 Froly

📋 copy color: '#E96369'

red 233 ◦ green 99 ◦ blue 105

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

Shades of Froly #E96369

Tints of Froly #E96369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.65%

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

R = 53.32%
G = 22.65%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E96369 (or 0xE96369) is known color: Froly. HEX triplet: E9, 63 and 69. RGB value is (233,99,105). Sum of RGB (Red+Green+Blue) = 233+99+105=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E96369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96369 is #169C96. Grayscale: #8B8B8B. Windows color (decimal): -1481879 or 6906857. OLE color: 6906857.

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

Color convert

RGB 233 99 105 -
CMYK 0 0.58 0.55 0.09
HSL 357.31º 0.75% 0.65% -
HSV(B) 357.31º 0.58% 0.91% -
XYZ 40.62 27.27 16.49 -
YUV 139.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 233 99 105 0 0.58 0.55 0.09 357.31 0.75 0.65
Hex E9 63 69 0 3A 37 9 165 4B 41
Octal 351 143 151 0 72 67 11 545 113 101
Binary 11101001 1100011 1101001 0 111010 110111 1001 101100101 1001011 1000001

Color Harmonies of #E96369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96369

Black with #E96369

Text Example


Text Example

White with #E96369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96369; }

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

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

background-color css

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

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

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

border-color css

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

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

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