Html Css Color HEX #ED6064 Froly

📋 copy color: '#ED6064'

red 237 ◦ green 96 ◦ blue 100

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

Shades of Froly #ED6064

Tints of Froly #ED6064

RGB

 RED value IS 237 (92.97% from 255) = 54.73%

 GREEN value IS 96 (37.89% from 255) = 22.17%

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

R = 54.73%
G = 22.17%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED6064 (or 0xED6064) is known color: Froly. HEX triplet: ED, 60 and 64. RGB value is (237,96,100). Sum of RGB (Red+Green+Blue) = 237+96+100=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6064 is #129F9B. Grayscale: #8A8A8A. Windows color (decimal): -1220508 or 6578413. OLE color: 6578413.

HSL color Cylindrical-coordinate representation of color #ED6064: hue angle of 358.3º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6064 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 96 100 -
CMYK 0 0.59 0.58 0.07
HSL 358.3º 0.8% 0.65% -
HSV(B) 358.3º 0.59% 0.93% -
XYZ 41.41 27.29 15.14 -
YUV 138.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 237 96 100 0 0.59 0.58 0.07 358.3 0.8 0.65
Hex ED 60 64 0 3B 3A 7 166 50 41
Octal 355 140 144 0 73 72 7 546 120 101
Binary 11101101 1100000 1100100 0 111011 111010 111 101100110 1010000 1000001

Color Harmonies of #ED6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6064

Black with #ED6064

Text Example


Text Example

White with #ED6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6064; }

 p { color: rgb(237,96,100); }

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

background-color css

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

 a { background-color: rgb(237,96,100); }

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

border-color css

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

 span { border-color: rgb(237,96,100); }

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