Html Css Color HEX #E65E6B Froly

📋 copy color: '#E65E6B'

red 230 ◦ green 94 ◦ blue 107

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

Shades of Froly #E65E6B

Tints of Froly #E65E6B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.81%

 BLUE value IS 107 (42.19% from 255) = 24.83%

R = 53.36%
G = 21.81%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E65E6B (or 0xE65E6B) is known color: Froly. HEX triplet: E6, 5E and 6B. RGB value is (230,94,107). Sum of RGB (Red+Green+Blue) = 230+94+107=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65E6B is #19A194. Grayscale: #888888. Windows color (decimal): -1679765 or 7036646. OLE color: 7036646.

HSL color Cylindrical-coordinate representation of color #E65E6B: hue angle of 354.26º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65E6B is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 94 107 -
CMYK 0 0.59 0.53 0.10
HSL 354.26º 0.73% 0.64% -
HSV(B) 354.26º 0.59% 0.9% -
XYZ 39.29 25.89 16.84 -
YUV 136.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 230 94 107 0 0.59 0.53 0.10 354.26 0.73 0.64
Hex E6 5E 6B 0 3B 35 A 162 49 40
Octal 346 136 153 0 73 65 12 542 111 100
Binary 11100110 1011110 1101011 0 111011 110101 1010 101100010 1001001 1000000

Color Harmonies of #E65E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65E6B

Black with #E65E6B

Text Example


Text Example

White with #E65E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65E6B; }

 p { color: rgb(230,94,107); }

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

background-color css

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

 a { background-color: rgb(230,94,107); }

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

border-color css

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

 span { border-color: rgb(230,94,107); }

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