Html Css Color HEX #E95E6B Froly

📋 copy color: '#E95E6B'

red 233 ◦ green 94 ◦ blue 107

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

Shades of Froly #E95E6B

Tints of Froly #E95E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.65%

R = 53.69%
G = 21.66%
B = 24.65%

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

#E95E6B (or 0xE95E6B) is known color: Froly. HEX triplet: E9, 5E and 6B. RGB value is (233,94,107). Sum of RGB (Red+Green+Blue) = 233+94+107=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95E6B is #16A194. Grayscale: #898989. Windows color (decimal): -1483157 or 7036649. OLE color: 7036649.

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

Color convert

RGB 233 94 107 -
CMYK 0 0.60 0.54 0.09
HSL 354.39º 0.76% 0.64% -
HSV(B) 354.39º 0.6% 0.91% -
XYZ 40.26 26.39 16.88 -
YUV 137.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 233 94 107 0 0.60 0.54 0.09 354.39 0.76 0.64
Hex E9 5E 6B 0 3C 36 9 162 4C 40
Octal 351 136 153 0 74 66 11 542 114 100
Binary 11101001 1011110 1101011 0 111100 110110 1001 101100010 1001100 1000000

Color Harmonies of #E95E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95E6B

Black with #E95E6B

Text Example


Text Example

White with #E95E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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