Html Css Color HEX #E95E6C Froly

📋 copy color: '#E95E6C'

red 233 ◦ green 94 ◦ blue 108

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

Shades of Froly #E95E6C

Tints of Froly #E95E6C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.61%

 BLUE value IS 108 (42.58% from 255) = 24.83%

R = 53.56%
G = 21.61%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E95E6C (or 0xE95E6C) is known color: Froly. HEX triplet: E9, 5E and 6C. RGB value is (233,94,108). Sum of RGB (Red+Green+Blue) = 233+94+108=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95E6C is #16A193. Grayscale: #898989. Windows color (decimal): -1483156 or 7102185. OLE color: 7102185.

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

Color convert

RGB 233 94 108 -
CMYK 0 0.60 0.54 0.09
HSL 353.96º 0.76% 0.64% -
HSV(B) 353.96º 0.6% 0.91% -
XYZ 40.31 26.41 17.16 -
YUV 137.16 111.55 196.36 -
System Red Green Blue C M Y K H S L
Decimal 233 94 108 0 0.60 0.54 0.09 353.96 0.76 0.64
Hex E9 5E 6C 0 3C 36 9 162 4C 40
Octal 351 136 154 0 74 66 11 542 114 100
Binary 11101001 1011110 1101100 0 111100 110110 1001 101100010 1001100 1000000

Color Harmonies of #E95E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95E6C

Black with #E95E6C

Text Example


Text Example

White with #E95E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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