Html Css Color HEX #E65F6F Froly

📋 copy color: '#E65F6F'

red 230 ◦ green 95 ◦ blue 111

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

Shades of Froly #E65F6F

Tints of Froly #E65F6F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.79%

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

R = 52.75%
G = 21.79%
B = 25.46%

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

#E65F6F (or 0xE65F6F) is known color: Froly. HEX triplet: E6, 5F and 6F. RGB value is (230,95,111). Sum of RGB (Red+Green+Blue) = 230+95+111=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F6F is #19A090. Grayscale: #898989. Windows color (decimal): -1679505 or 7299046. OLE color: 7299046.

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

Color convert

RGB 230 95 111 -
CMYK 0 0.59 0.52 0.10
HSL 352.89º 0.73% 0.64% -
HSV(B) 352.89º 0.59% 0.9% -
XYZ 39.59 26.16 18 -
YUV 137.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 230 95 111 0 0.59 0.52 0.10 352.89 0.73 0.64
Hex E6 5F 6F 0 3B 34 A 161 49 40
Octal 346 137 157 0 73 64 12 541 111 100
Binary 11100110 1011111 1101111 0 111011 110100 1010 101100001 1001001 1000000

Color Harmonies of #E65F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65F6F

Black with #E65F6F

Text Example


Text Example

White with #E65F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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