Html Css Color HEX #ED6470 Froly

📋 copy color: '#ED6470'

red 237 ◦ green 100 ◦ blue 112

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

Shades of Froly #ED6470

Tints of Froly #ED6470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.27%

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

R = 52.78%
G = 22.27%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED6470 (or 0xED6470) is known color: Froly. HEX triplet: ED, 64 and 70. RGB value is (237,100,112). Sum of RGB (Red+Green+Blue) = 237+100+112=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6470 is #129B8F. Grayscale: #8E8E8E. Windows color (decimal): -1219472 or 7365869. OLE color: 7365869.

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

Color convert

RGB 237 100 112 -
CMYK 0 0.58 0.53 0.07
HSL 354.74º 0.79% 0.66% -
HSV(B) 354.74º 0.58% 0.93% -
XYZ 42.41 28.29 18.55 -
YUV 142.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 237 100 112 0 0.58 0.53 0.07 354.74 0.79 0.66
Hex ED 64 70 0 3A 35 7 163 4F 42
Octal 355 144 160 0 72 65 7 543 117 102
Binary 11101101 1100100 1110000 0 111010 110101 111 101100011 1001111 1000010

Color Harmonies of #ED6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6470

Black with #ED6470

Text Example


Text Example

White with #ED6470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6470; }

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

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

background-color css

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

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

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

border-color css

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

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

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