Html Css Color HEX #E65D6D Froly

📋 copy color: '#E65D6D'

red 230 ◦ green 93 ◦ blue 109

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

Shades of Froly #E65D6D

Tints of Froly #E65D6D

RGB

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

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

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

R = 53.24%
G = 21.53%
B = 25.23%

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

#E65D6D (or 0xE65D6D) is known color: Froly. HEX triplet: E6, 5D and 6D. RGB value is (230,93,109). Sum of RGB (Red+Green+Blue) = 230+93+109=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65D6D is #19A292. Grayscale: #878787. Windows color (decimal): -1680019 or 7167462. OLE color: 7167462.

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

Color convert

RGB 230 93 109 -
CMYK 0 0.60 0.53 0.10
HSL 352.99º 0.73% 0.63% -
HSV(B) 352.99º 0.6% 0.9% -
XYZ 39.31 25.76 17.37 -
YUV 135.79 112.89 195.2 -
System Red Green Blue C M Y K H S L
Decimal 230 93 109 0 0.60 0.53 0.10 352.99 0.73 0.63
Hex E6 5D 6D 0 3C 35 A 161 49 3F
Octal 346 135 155 0 74 65 12 541 111 77
Binary 11100110 1011101 1101101 0 111100 110101 1010 101100001 1001001 111111

Color Harmonies of #E65D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D6D

Black with #E65D6D

Text Example


Text Example

White with #E65D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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