Html Css Color HEX #E75F64 Froly

📋 copy color: '#E75F64'

red 231 ◦ green 95 ◦ blue 100

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

Shades of Froly #E75F64

Tints of Froly #E75F64

RGB

 RED value IS 231 (90.63% from 255) = 54.23%

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

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

R = 54.23%
G = 22.3%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E75F64 (or 0xE75F64) is known color: Froly. HEX triplet: E7, 5F and 64. RGB value is (231,95,100). Sum of RGB (Red+Green+Blue) = 231+95+100=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75F64 is #18A09B. Grayscale: #888888. Windows color (decimal): -1613980 or 6578151. OLE color: 6578151.

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

Color convert

RGB 231 95 100 -
CMYK 0 0.59 0.57 0.09
HSL 357.79º 0.74% 0.64% -
HSV(B) 357.79º 0.59% 0.91% -
XYZ 39.35 26.09 15.02 -
YUV 136.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 231 95 100 0 0.59 0.57 0.09 357.79 0.74 0.64
Hex E7 5F 64 0 3B 39 9 166 4A 40
Octal 347 137 144 0 73 71 11 546 112 100
Binary 11100111 1011111 1100100 0 111011 111001 1001 101100110 1001010 1000000

Color Harmonies of #E75F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75F64

Black with #E75F64

Text Example


Text Example

White with #E75F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75F64; }

 p { color: rgb(231,95,100); }

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

background-color css

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

 a { background-color: rgb(231,95,100); }

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

border-color css

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

 span { border-color: rgb(231,95,100); }

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