Html Css Color HEX #E95E68 Froly

📋 copy color: '#E95E68'

red 233 ◦ green 94 ◦ blue 104

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

Shades of Froly #E95E68

Tints of Froly #E95E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.13%

R = 54.06%
G = 21.81%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E95E68 (or 0xE95E68) is known color: Froly. HEX triplet: E9, 5E and 68. RGB value is (233,94,104). Sum of RGB (Red+Green+Blue) = 233+94+104=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95E68 is #16A197. Grayscale: #888888. Windows color (decimal): -1483160 or 6840041. OLE color: 6840041.

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

Color convert

RGB 233 94 104 -
CMYK 0 0.60 0.55 0.09
HSL 355.68º 0.76% 0.64% -
HSV(B) 355.68º 0.6% 0.91% -
XYZ 40.11 26.33 16.06 -
YUV 136.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 233 94 104 0 0.60 0.55 0.09 355.68 0.76 0.64
Hex E9 5E 68 0 3C 37 9 164 4C 40
Octal 351 136 150 0 74 67 11 544 114 100
Binary 11101001 1011110 1101000 0 111100 110111 1001 101100100 1001100 1000000

Color Harmonies of #E95E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95E68

Black with #E95E68

Text Example


Text Example

White with #E95E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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