Html Css Color HEX #E95F70 Froly

📋 copy color: '#E95F70'

red 233 ◦ green 95 ◦ blue 112

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

Shades of Froly #E95F70

Tints of Froly #E95F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.45%

R = 52.95%
G = 21.59%
B = 25.45%

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

#E95F70 (or 0xE95F70) is known color: Froly. HEX triplet: E9, 5F and 70. RGB value is (233,95,112). Sum of RGB (Red+Green+Blue) = 233+95+112=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95F70 is #16A08F. Grayscale: #8A8A8A. Windows color (decimal): -1482896 or 7364585. OLE color: 7364585.

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

Color convert

RGB 233 95 112 -
CMYK 0 0.59 0.52 0.09
HSL 352.61º 0.76% 0.64% -
HSV(B) 352.61º 0.59% 0.91% -
XYZ 40.62 26.68 18.34 -
YUV 138.2 113.22 195.62 -
System Red Green Blue C M Y K H S L
Decimal 233 95 112 0 0.59 0.52 0.09 352.61 0.76 0.64
Hex E9 5F 70 0 3B 34 9 161 4C 40
Octal 351 137 160 0 73 64 11 541 114 100
Binary 11101001 1011111 1110000 0 111011 110100 1001 101100001 1001100 1000000

Color Harmonies of #E95F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95F70

Black with #E95F70

Text Example


Text Example

White with #E95F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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