Html Css Color HEX #E65C6C Froly

📋 copy color: '#E65C6C'

red 230 ◦ green 92 ◦ blue 108

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

Shades of Froly #E65C6C

Tints of Froly #E65C6C

RGB

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

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

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

R = 53.49%
G = 21.4%
B = 25.12%

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

#E65C6C (or 0xE65C6C) is known color: Froly. HEX triplet: E6, 5C and 6C. RGB value is (230,92,108). Sum of RGB (Red+Green+Blue) = 230+92+108=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C6C is #19A393. Grayscale: #878787. Windows color (decimal): -1680276 or 7101670. OLE color: 7101670.

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

Color convert

RGB 230 92 108 -
CMYK 0 0.60 0.53 0.10
HSL 353.04º 0.73% 0.63% -
HSV(B) 353.04º 0.6% 0.9% -
XYZ 39.17 25.56 17.06 -
YUV 135.09 112.72 195.7 -
System Red Green Blue C M Y K H S L
Decimal 230 92 108 0 0.60 0.53 0.10 353.04 0.73 0.63
Hex E6 5C 6C 0 3C 35 A 161 49 3F
Octal 346 134 154 0 74 65 12 541 111 77
Binary 11100110 1011100 1101100 0 111100 110101 1010 101100001 1001001 111111

Color Harmonies of #E65C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65C6C

Black with #E65C6C

Text Example


Text Example

White with #E65C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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