Html Css Color HEX #E75D68 Froly

📋 copy color: '#E75D68'

red 231 ◦ green 93 ◦ blue 104

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

Shades of Froly #E75D68

Tints of Froly #E75D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.73%

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

R = 53.97%
G = 21.73%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E75D68 (or 0xE75D68) is known color: Froly. HEX triplet: E7, 5D and 68. RGB value is (231,93,104). Sum of RGB (Red+Green+Blue) = 231+93+104=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75D68 is #18A297. Grayscale: #878787. Windows color (decimal): -1614488 or 6839783. OLE color: 6839783.

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

Color convert

RGB 231 93 104 -
CMYK 0 0.60 0.55 0.09
HSL 355.22º 0.74% 0.64% -
HSV(B) 355.22º 0.6% 0.91% -
XYZ 39.37 25.82 16 -
YUV 135.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 231 93 104 0 0.60 0.55 0.09 355.22 0.74 0.64
Hex E7 5D 68 0 3C 37 9 163 4A 40
Octal 347 135 150 0 74 67 11 543 112 100
Binary 11100111 1011101 1101000 0 111100 110111 1001 101100011 1001010 1000000

Color Harmonies of #E75D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75D68

Black with #E75D68

Text Example


Text Example

White with #E75D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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