Html Css Color HEX #E75B68 Froly

📋 copy color: '#E75B68'

red 231 ◦ green 91 ◦ blue 104

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

Shades of Froly #E75B68

Tints of Froly #E75B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.36%

 BLUE value IS 104 (41.02% from 255) = 24.41%

R = 54.23%
G = 21.36%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E75B68 (or 0xE75B68) is known color: Froly. HEX triplet: E7, 5B and 68. RGB value is (231,91,104). Sum of RGB (Red+Green+Blue) = 231+91+104=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75B68 is #18A497. Grayscale: #868686. Windows color (decimal): -1615000 or 6839271. OLE color: 6839271.

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

Color convert

RGB 231 91 104 -
CMYK 0 0.61 0.55 0.09
HSL 354.43º 0.74% 0.63% -
HSV(B) 354.43º 0.61% 0.91% -
XYZ 39.19 25.47 15.95 -
YUV 134.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 231 91 104 0 0.61 0.55 0.09 354.43 0.74 0.63
Hex E7 5B 68 0 3D 37 9 162 4A 3F
Octal 347 133 150 0 75 67 11 542 112 77
Binary 11100111 1011011 1101000 0 111101 110111 1001 101100010 1001010 111111

Color Harmonies of #E75B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75B68

Black with #E75B68

Text Example


Text Example

White with #E75B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75B68; }

 p { color: rgb(231,91,104); }

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

background-color css

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

 a { background-color: rgb(231,91,104); }

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

border-color css

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

 span { border-color: rgb(231,91,104); }

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