Html Css Color HEX #E65F64 Froly

📋 copy color: '#E65F64'

red 230 ◦ green 95 ◦ blue 100

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

Shades of Froly #E65F64

Tints of Froly #E65F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.53%

R = 54.12%
G = 22.35%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E65F64 (or 0xE65F64) is known color: Froly. HEX triplet: E6, 5F and 64. RGB value is (230,95,100). Sum of RGB (Red+Green+Blue) = 230+95+100=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F64 is #19A09B. Grayscale: #888888. Windows color (decimal): -1679516 or 6578150. OLE color: 6578150.

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

Color convert

RGB 230 95 100 -
CMYK 0 0.59 0.57 0.10
HSL 357.78º 0.73% 0.64% -
HSV(B) 357.78º 0.59% 0.9% -
XYZ 39.03 25.93 15 -
YUV 135.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 230 95 100 0 0.59 0.57 0.10 357.78 0.73 0.64
Hex E6 5F 64 0 3B 39 A 166 49 40
Octal 346 137 144 0 73 71 12 546 111 100
Binary 11100110 1011111 1100100 0 111011 111001 1010 101100110 1001001 1000000

Color Harmonies of #E65F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65F64

Black with #E65F64

Text Example


Text Example

White with #E65F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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