Html Css Color HEX #E65C6D Froly

📋 copy color: '#E65C6D'

red 230 ◦ green 92 ◦ blue 109

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

Shades of Froly #E65C6D

Tints of Froly #E65C6D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.35%

 BLUE value IS 109 (42.97% from 255) = 25.29%

R = 53.36%
G = 21.35%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E65C6D (or 0xE65C6D) is known color: Froly. HEX triplet: E6, 5C and 6D. RGB value is (230,92,109). Sum of RGB (Red+Green+Blue) = 230+92+109=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C6D is #19A392. Grayscale: #878787. Windows color (decimal): -1680275 or 7167206. OLE color: 7167206.

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

Color convert

RGB 230 92 109 -
CMYK 0 0.60 0.53 0.10
HSL 352.61º 0.73% 0.63% -
HSV(B) 352.61º 0.6% 0.9% -
XYZ 39.22 25.58 17.34 -
YUV 135.2 113.22 195.62 -
System Red Green Blue C M Y K H S L
Decimal 230 92 109 0 0.60 0.53 0.10 352.61 0.73 0.63
Hex E6 5C 6D 0 3C 35 A 161 49 3F
Octal 346 134 155 0 74 65 12 541 111 77
Binary 11100110 1011100 1101101 0 111100 110101 1010 101100001 1001001 111111

Color Harmonies of #E65C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65C6D

Black with #E65C6D

Text Example


Text Example

White with #E65C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65C6D; }

 p { color: rgb(230,92,109); }

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

background-color css

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

 a { background-color: rgb(230,92,109); }

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

border-color css

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

 span { border-color: rgb(230,92,109); }

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