Html Css Color HEX #E95C5D Froly

📋 copy color: '#E95C5D'

red 233 ◦ green 92 ◦ blue 93

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

Shades of Froly #E95C5D

Tints of Froly #E95C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 55.74%
G = 22.01%
B = 22.25%

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

#E95C5D (or 0xE95C5D) is known color: Froly. HEX triplet: E9, 5C and 5D. RGB value is (233,92,93). Sum of RGB (Red+Green+Blue) = 233+92+93=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C5D is #16A3A2. Grayscale: #868686. Windows color (decimal): -1483683 or 6118633. OLE color: 6118633.

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

Color convert

RGB 233 92 93 -
CMYK 0 0.61 0.60 0.09
HSL 359.57º 0.76% 0.64% -
HSV(B) 359.57º 0.61% 0.91% -
XYZ 39.41 25.77 13.25 -
YUV 134.27 104.71 198.42 -
System Red Green Blue C M Y K H S L
Decimal 233 92 93 0 0.61 0.60 0.09 359.57 0.76 0.64
Hex E9 5C 5D 0 3D 3C 9 168 4C 40
Octal 351 134 135 0 75 74 11 550 114 100
Binary 11101001 1011100 1011101 0 111101 111100 1001 101101000 1001100 1000000

Color Harmonies of #E95C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95C5D

Black with #E95C5D

Text Example


Text Example

White with #E95C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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