Html Css Color HEX #E95864 Froly

📋 copy color: '#E95864'

red 233 ◦ green 88 ◦ blue 100

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

Shades of Froly #E95864

Tints of Froly #E95864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

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

R = 55.34%
G = 20.9%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E95864 (or 0xE95864) is known color: Froly. HEX triplet: E9, 58 and 64. RGB value is (233,88,100). Sum of RGB (Red+Green+Blue) = 233+88+100=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E95864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95864 is #16A79B. Grayscale: #848484. Windows color (decimal): -1484700 or 6576361. OLE color: 6576361.

HSL color Cylindrical-coordinate representation of color #E95864: hue angle of 355.03º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E95864 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 88 100 -
CMYK 0 0.62 0.57 0.09
HSL 355.03º 0.77% 0.63% -
HSV(B) 355.03º 0.62% 0.91% -
XYZ 39.39 25.22 14.85 -
YUV 132.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 233 88 100 0 0.62 0.57 0.09 355.03 0.77 0.63
Hex E9 58 64 0 3E 39 9 163 4D 3F
Octal 351 130 144 0 76 71 11 543 115 77
Binary 11101001 1011000 1100100 0 111110 111001 1001 101100011 1001101 111111

Color Harmonies of #E95864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95864

Black with #E95864

Text Example


Text Example

White with #E95864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95864; }

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

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

background-color css

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

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

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

border-color css

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

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

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