Html Css Color HEX #E65D68 Froly

📋 copy color: '#E65D68'

red 230 ◦ green 93 ◦ blue 104

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

Shades of Froly #E65D68

Tints of Froly #E65D68

RGB

 RED value IS 230 (90.23% from 255) = 53.86%

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

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

R = 53.86%
G = 21.78%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E65D68 (or 0xE65D68) is known color: Froly. HEX triplet: E6, 5D and 68. RGB value is (230,93,104). Sum of RGB (Red+Green+Blue) = 230+93+104=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65D68 is #19A297. Grayscale: #878787. Windows color (decimal): -1680024 or 6839782. OLE color: 6839782.

HSL color Cylindrical-coordinate representation of color #E65D68: hue angle of 355.18º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65D68 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 93 104 -
CMYK 0 0.60 0.55 0.10
HSL 355.18º 0.73% 0.63% -
HSV(B) 355.18º 0.6% 0.9% -
XYZ 39.05 25.65 15.99 -
YUV 135.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 230 93 104 0 0.60 0.55 0.10 355.18 0.73 0.63
Hex E6 5D 68 0 3C 37 A 163 49 3F
Octal 346 135 150 0 74 67 12 543 111 77
Binary 11100110 1011101 1101000 0 111100 110111 1010 101100011 1001001 111111

Color Harmonies of #E65D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D68

Black with #E65D68

Text Example


Text Example

White with #E65D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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