Html Css Color HEX #E95C5E Froly

📋 copy color: '#E95C5E'

red 233 ◦ green 92 ◦ blue 94

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

Shades of Froly #E95C5E

Tints of Froly #E95C5E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.96%

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 55.61%
G = 21.96%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E95C5E (or 0xE95C5E) is known color: Froly. HEX triplet: E9, 5C and 5E. RGB value is (233,92,94). Sum of RGB (Red+Green+Blue) = 233+92+94=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C5E is #16A3A1. Grayscale: #868686. Windows color (decimal): -1483682 or 6184169. OLE color: 6184169.

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

Color convert

RGB 233 92 94 -
CMYK 0 0.61 0.60 0.09
HSL 359.15º 0.76% 0.64% -
HSV(B) 359.15º 0.61% 0.91% -
XYZ 39.45 25.79 13.49 -
YUV 134.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 233 92 94 0 0.61 0.60 0.09 359.15 0.76 0.64
Hex E9 5C 5E 0 3D 3C 9 167 4C 40
Octal 351 134 136 0 75 74 11 547 114 100
Binary 11101001 1011100 1011110 0 111101 111100 1001 101100111 1001100 1000000

Color Harmonies of #E95C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95C5E

Black with #E95C5E

Text Example


Text Example

White with #E95C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95C5E; }

 p { color: rgb(233,92,94); }

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

background-color css

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

 a { background-color: rgb(233,92,94); }

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

border-color css

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

 span { border-color: rgb(233,92,94); }

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