Html Css Color HEX #E95B64 Froly

📋 copy color: '#E95B64'

red 233 ◦ green 91 ◦ blue 100

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

Shades of Froly #E95B64

Tints of Froly #E95B64

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.46%

 BLUE value IS 100 (39.45% from 255) = 23.58%

R = 54.95%
G = 21.46%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E95B64 (or 0xE95B64) is known color: Froly. HEX triplet: E9, 5B and 64. RGB value is (233,91,100). Sum of RGB (Red+Green+Blue) = 233+91+100=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95B64 is #16A49B. Grayscale: #868686. Windows color (decimal): -1483932 or 6577129. OLE color: 6577129.

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

Color convert

RGB 233 91 100 -
CMYK 0 0.61 0.57 0.09
HSL 356.2º 0.76% 0.64% -
HSV(B) 356.2º 0.61% 0.91% -
XYZ 39.65 25.73 14.93 -
YUV 134.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 233 91 100 0 0.61 0.57 0.09 356.2 0.76 0.64
Hex E9 5B 64 0 3D 39 9 164 4C 40
Octal 351 133 144 0 75 71 11 544 114 100
Binary 11101001 1011011 1100100 0 111101 111001 1001 101100100 1001100 1000000

Color Harmonies of #E95B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95B64

Black with #E95B64

Text Example


Text Example

White with #E95B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95B64; }

 p { color: rgb(233,91,100); }

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

background-color css

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

 a { background-color: rgb(233,91,100); }

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

border-color css

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

 span { border-color: rgb(233,91,100); }

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