Html Css Color HEX #E65F71 Froly

📋 copy color: '#E65F71'

red 230 ◦ green 95 ◦ blue 113

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

Shades of Froly #E65F71

Tints of Froly #E65F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.8%

R = 52.51%
G = 21.69%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E65F71 (or 0xE65F71) is known color: Froly. HEX triplet: E6, 5F and 71. RGB value is (230,95,113). Sum of RGB (Red+Green+Blue) = 230+95+113=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F71 is #19A08E. Grayscale: #898989. Windows color (decimal): -1679503 or 7430118. OLE color: 7430118.

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

Color convert

RGB 230 95 113 -
CMYK 0 0.59 0.51 0.10
HSL 352º 0.73% 0.64% -
HSV(B) 352º 0.59% 0.9% -
XYZ 39.71 26.2 18.59 -
YUV 137.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 230 95 113 0 0.59 0.51 0.10 352 0.73 0.64
Hex E6 5F 71 0 3B 33 A 160 49 40
Octal 346 137 161 0 73 63 12 540 111 100
Binary 11100110 1011111 1110001 0 111011 110011 1010 101100000 1001001 1000000

Color Harmonies of #E65F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65F71

Black with #E65F71

Text Example


Text Example

White with #E65F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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