Html Css Color HEX #E65F70 Froly

📋 copy color: '#E65F70'

red 230 ◦ green 95 ◦ blue 112

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

Shades of Froly #E65F70

Tints of Froly #E65F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 52.63%
G = 21.74%
B = 25.63%

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

#E65F70 (or 0xE65F70) is known color: Froly. HEX triplet: E6, 5F and 70. RGB value is (230,95,112). Sum of RGB (Red+Green+Blue) = 230+95+112=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F70 is #19A08F. Grayscale: #898989. Windows color (decimal): -1679504 or 7364582. OLE color: 7364582.

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

Color convert

RGB 230 95 112 -
CMYK 0 0.59 0.51 0.10
HSL 352.44º 0.73% 0.64% -
HSV(B) 352.44º 0.59% 0.9% -
XYZ 39.65 26.18 18.29 -
YUV 137.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 230 95 112 0 0.59 0.51 0.10 352.44 0.73 0.64
Hex E6 5F 70 0 3B 33 A 160 49 40
Octal 346 137 160 0 73 63 12 540 111 100
Binary 11100110 1011111 1110000 0 111011 110011 1010 101100000 1001001 1000000

Color Harmonies of #E65F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65F70

Black with #E65F70

Text Example


Text Example

White with #E65F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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