Html Css Color HEX #E65E6F Froly

📋 copy color: '#E65E6F'

red 230 ◦ green 94 ◦ blue 111

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

Shades of Froly #E65E6F

Tints of Froly #E65E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.52%

R = 52.87%
G = 21.61%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E65E6F (or 0xE65E6F) is known color: Froly. HEX triplet: E6, 5E and 6F. RGB value is (230,94,111). Sum of RGB (Red+Green+Blue) = 230+94+111=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65E6F is #19A190. Grayscale: #888888. Windows color (decimal): -1679761 or 7298790. OLE color: 7298790.

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

Color convert

RGB 230 94 111 -
CMYK 0 0.59 0.52 0.10
HSL 352.5º 0.73% 0.64% -
HSV(B) 352.5º 0.59% 0.9% -
XYZ 39.51 25.98 17.97 -
YUV 136.6 113.56 194.62 -
System Red Green Blue C M Y K H S L
Decimal 230 94 111 0 0.59 0.52 0.10 352.5 0.73 0.64
Hex E6 5E 6F 0 3B 34 A 160 49 40
Octal 346 136 157 0 73 64 12 540 111 100
Binary 11100110 1011110 1101111 0 111011 110100 1010 101100000 1001001 1000000

Color Harmonies of #E65E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65E6F

Black with #E65E6F

Text Example


Text Example

White with #E65E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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