Html Css Color HEX #ED6B6E Froly

📋 copy color: '#ED6B6E'

red 237 ◦ green 107 ◦ blue 110

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

Shades of Froly #ED6B6E

Tints of Froly #ED6B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.57%

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

R = 52.2%
G = 23.57%
B = 24.23%

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

#ED6B6E (or 0xED6B6E) is known color: Froly. HEX triplet: ED, 6B and 6E. RGB value is (237,107,110). Sum of RGB (Red+Green+Blue) = 237+107+110=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6B6E is #129491. Grayscale: #929292. Windows color (decimal): -1217682 or 7236589. OLE color: 7236589.

HSL color Cylindrical-coordinate representation of color #ED6B6E: hue angle of 358.62º 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 #ED6B6E is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 107 110 -
CMYK 0 0.55 0.54 0.07
HSL 358.62º 0.78% 0.67% -
HSV(B) 358.62º 0.55% 0.93% -
XYZ 43 29.65 18.21 -
YUV 146.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 237 107 110 0 0.55 0.54 0.07 358.62 0.78 0.67
Hex ED 6B 6E 0 37 36 7 167 4E 43
Octal 355 153 156 0 67 66 7 547 116 103
Binary 11101101 1101011 1101110 0 110111 110110 111 101100111 1001110 1000011

Color Harmonies of #ED6B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6B6E

Black with #ED6B6E

Text Example


Text Example

White with #ED6B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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