Html Css Color HEX #E65D6C Froly

📋 copy color: '#E65D6C'

red 230 ◦ green 93 ◦ blue 108

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

Shades of Froly #E65D6C

Tints of Froly #E65D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.06%

R = 53.36%
G = 21.58%
B = 25.06%

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

#E65D6C (or 0xE65D6C) is known color: Froly. HEX triplet: E6, 5D and 6C. RGB value is (230,93,108). Sum of RGB (Red+Green+Blue) = 230+93+108=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65D6C is #19A293. Grayscale: #878787. Windows color (decimal): -1680020 or 7101926. OLE color: 7101926.

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

Color convert

RGB 230 93 108 -
CMYK 0 0.60 0.53 0.10
HSL 353.43º 0.73% 0.63% -
HSV(B) 353.43º 0.6% 0.9% -
XYZ 39.25 25.73 17.09 -
YUV 135.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 230 93 108 0 0.60 0.53 0.10 353.43 0.73 0.63
Hex E6 5D 6C 0 3C 35 A 161 49 3F
Octal 346 135 154 0 74 65 12 541 111 77
Binary 11100110 1011101 1101100 0 111100 110101 1010 101100001 1001001 111111

Color Harmonies of #E65D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D6C

Black with #E65D6C

Text Example


Text Example

White with #E65D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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