Html Css Color HEX #E95C6F Froly

📋 copy color: '#E95C6F'

red 233 ◦ green 92 ◦ blue 111

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

Shades of Froly #E95C6F

Tints of Froly #E95C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 53.44%
G = 21.1%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E95C6F (or 0xE95C6F) is known color: Froly. HEX triplet: E9, 5C and 6F. RGB value is (233,92,111). Sum of RGB (Red+Green+Blue) = 233+92+111=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C6F is #16A390. Grayscale: #888888. Windows color (decimal): -1483665 or 7298281. OLE color: 7298281.

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

Color convert

RGB 233 92 111 -
CMYK 0 0.61 0.52 0.09
HSL 351.91º 0.76% 0.64% -
HSV(B) 351.91º 0.61% 0.91% -
XYZ 40.3 26.13 17.96 -
YUV 136.33 113.71 196.96 -
System Red Green Blue C M Y K H S L
Decimal 233 92 111 0 0.61 0.52 0.09 351.91 0.76 0.64
Hex E9 5C 6F 0 3D 34 9 160 4C 40
Octal 351 134 157 0 75 64 11 540 114 100
Binary 11101001 1011100 1101111 0 111101 110100 1001 101100000 1001100 1000000

Color Harmonies of #E95C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95C6F

Black with #E95C6F

Text Example


Text Example

White with #E95C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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