Html Css Color HEX #ED6A6E Froly

📋 copy color: '#ED6A6E'

red 237 ◦ green 106 ◦ blue 110

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

Shades of Froly #ED6A6E

Tints of Froly #ED6A6E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.4%

 BLUE value IS 110 (43.36% from 255) = 24.28%

R = 52.32%
G = 23.4%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED6A6E (or 0xED6A6E) is known color: Froly. HEX triplet: ED, 6A and 6E. RGB value is (237,106,110). Sum of RGB (Red+Green+Blue) = 237+106+110=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6A6E is #129591. Grayscale: #919191. Windows color (decimal): -1217938 or 7236333. OLE color: 7236333.

HSL color Cylindrical-coordinate representation of color #ED6A6E: hue angle of 358.17º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6A6E is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 106 110 -
CMYK 0 0.55 0.54 0.07
HSL 358.17º 0.78% 0.67% -
HSV(B) 358.17º 0.55% 0.93% -
XYZ 42.89 29.44 18.17 -
YUV 145.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 237 106 110 0 0.55 0.54 0.07 358.17 0.78 0.67
Hex ED 6A 6E 0 37 36 7 166 4E 43
Octal 355 152 156 0 67 66 7 546 116 103
Binary 11101101 1101010 1101110 0 110111 110110 111 101100110 1001110 1000011

Color Harmonies of #ED6A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6A6E

Black with #ED6A6E

Text Example


Text Example

White with #ED6A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6A6E; }

 p { color: rgb(237,106,110); }

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

background-color css

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

 a { background-color: rgb(237,106,110); }

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

border-color css

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

 span { border-color: rgb(237,106,110); }

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