Html Css Color HEX #E95F6F Froly

📋 copy color: '#E95F6F'

red 233 ◦ green 95 ◦ blue 111

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

Shades of Froly #E95F6F

Tints of Froly #E95F6F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.64%

 BLUE value IS 111 (43.75% from 255) = 25.28%

R = 53.08%
G = 21.64%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E95F6F (or 0xE95F6F) is known color: Froly. HEX triplet: E9, 5F and 6F. RGB value is (233,95,111). Sum of RGB (Red+Green+Blue) = 233+95+111=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95F6F is #16A090. Grayscale: #8A8A8A. Windows color (decimal): -1482897 or 7299049. OLE color: 7299049.

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

Color convert

RGB 233 95 111 -
CMYK 0 0.59 0.52 0.09
HSL 353.04º 0.76% 0.64% -
HSV(B) 353.04º 0.59% 0.91% -
XYZ 40.57 26.66 18.05 -
YUV 138.09 112.72 195.7 -
System Red Green Blue C M Y K H S L
Decimal 233 95 111 0 0.59 0.52 0.09 353.04 0.76 0.64
Hex E9 5F 6F 0 3B 34 9 161 4C 40
Octal 351 137 157 0 73 64 11 541 114 100
Binary 11101001 1011111 1101111 0 111011 110100 1001 101100001 1001100 1000000

Color Harmonies of #E95F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95F6F

Black with #E95F6F

Text Example


Text Example

White with #E95F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95F6F; }

 p { color: rgb(233,95,111); }

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

background-color css

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

 a { background-color: rgb(233,95,111); }

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

border-color css

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

 span { border-color: rgb(233,95,111); }

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