Html Css Color HEX #E65C69 Froly

📋 copy color: '#E65C69'

red 230 ◦ green 92 ◦ blue 105

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

Shades of Froly #E65C69

Tints of Froly #E65C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.59%

R = 53.86%
G = 21.55%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E65C69 (or 0xE65C69) is known color: Froly. HEX triplet: E6, 5C and 69. RGB value is (230,92,105). Sum of RGB (Red+Green+Blue) = 230+92+105=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C69 is #19A396. Grayscale: #868686. Windows color (decimal): -1680279 or 6905062. OLE color: 6905062.

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

Color convert

RGB 230 92 105 -
CMYK 0 0.60 0.54 0.10
HSL 354.35º 0.73% 0.63% -
HSV(B) 354.35º 0.6% 0.9% -
XYZ 39.01 25.5 16.23 -
YUV 134.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 230 92 105 0 0.60 0.54 0.10 354.35 0.73 0.63
Hex E6 5C 69 0 3C 36 A 162 49 3F
Octal 346 134 151 0 74 66 12 542 111 77
Binary 11100110 1011100 1101001 0 111100 110110 1010 101100010 1001001 111111

Color Harmonies of #E65C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65C69

Black with #E65C69

Text Example


Text Example

White with #E65C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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